diff options
Diffstat (limited to 'libbcachefs/printbuf.h')
-rw-r--r-- | libbcachefs/printbuf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/printbuf.h b/libbcachefs/printbuf.h index 2e993995..2191423d 100644 --- a/libbcachefs/printbuf.h +++ b/libbcachefs/printbuf.h @@ -71,7 +71,7 @@ enum printbuf_si { PRINTBUF_UNITS_10, /* use powers of 10^3 (standard SI) */ }; -#define PRINTBUF_INLINE_TABSTOPS 4 +#define PRINTBUF_INLINE_TABSTOPS 6 struct printbuf { char *buf; |