mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 01:59:54 +00:00
mkfs.f2fs: remove indentation
Show info w/o it. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
540bec88ab
commit
7835032f2c
@ -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);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user