From 5528e3ae62ead1cfd5be36c1712d1a2dd5ccb3af Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Tue, 22 Feb 2022 04:55:39 -0500 Subject: Update bcachefs sources to 9b3aa5ec6c bcachefs: Add tabstops to printbufs --- cmd_debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd_debug.c') diff --git a/cmd_debug.c b/cmd_debug.c index 63402554..029890a1 100644 --- a/cmd_debug.c +++ b/cmd_debug.c @@ -620,7 +620,7 @@ int cmd_list_journal(int argc, char *argv[]) * log entries denote the start of a new transaction * commit: */ - printbuf_indent_push(&buf, + pr_indent_push(&buf, entry->type == BCH_JSET_ENTRY_log ? 2 : 4); bch2_journal_entry_to_text(&buf, c, entry); printf("%s\n", _buf); -- cgit v1.2.3