]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/printbuf.h
Update bcachefs sources to 2272c5f5b7 bcachefs: Mark stripe buckets with correct...
[bcachefs-tools-debian] / libbcachefs / printbuf.h
index 2e99399578336a3692c7f438a71ee48182d20116..2191423d9f22895f9943b80c2134f150eeb26fad 100644 (file)
@@ -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;