From 7835032f2c05de44145b9ca1dec5fea1082d277d Mon Sep 17 00:00:00 2001 From: Jaegeuk Kim Date: Mon, 27 Mar 2023 11:42:49 -0700 Subject: [PATCH] mkfs.f2fs: remove indentation Show info w/o it. Signed-off-by: Jaegeuk Kim --- lib/libf2fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libf2fs.c b/lib/libf2fs.c index beb6427..e4734ca 100644 --- a/lib/libf2fs.c +++ b/lib/libf2fs.c @@ -1048,7 +1048,7 @@ int get_device_info(int i) } if (!is_power_of_2(dev->zone_size)) - MSG(0, "\tInfo: zoned: zone size %" PRIu64 "u (not a power of 2)\n", + MSG(0, "Info: zoned: zone size %" PRIu64 "u (not a power of 2)\n", dev->zone_size); /*