mkfs.f2fs: remove indentation

Show info w/o it.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
Jaegeuk Kim 2023-03-27 11:42:49 -07:00 committed by sunshenshen
parent 540bec88ab
commit 7835032f2c

View File

@ -1048,7 +1048,7 @@ int get_device_info(int i)
} }
if (!is_power_of_2(dev->zone_size)) 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); dev->zone_size);
/* /*