From 59739e0057d2c0a5007794791ed8d071b9a5ed7d Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Mon, 16 Apr 2018 15:33:16 -0700 Subject: [PATCH] scoutfs-utils: remove sneaky tab in mkfs output We had a tab in the mkfs output that'd cause it to be misaligned. Signed-off-by: Zach Brown --- utils/src/mkfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/src/mkfs.c b/utils/src/mkfs.c index 69946449..8002fc6b 100644 --- a/utils/src/mkfs.c +++ b/utils/src/mkfs.c @@ -408,7 +408,7 @@ static int write_new_fs(char *path, int fd) " fsid: %llx\n" " format hash: %llx\n" " uuid: %s\n" - " device bytes: "SIZE_FMT"\n" + " device bytes: "SIZE_FMT"\n" " device blocks: "SIZE_FMT"\n" " btree ring blocks: "SIZE_FMT"\n" " free blocks: "SIZE_FMT"\n",