fs/ext2: Fix code indentation
authorRong Tao <rongtao@cestc.cn>
Mon, 28 Nov 2022 12:05:49 +0000 (20:05 +0800)
committerJan Kara <jack@suse.cz>
Mon, 28 Nov 2022 14:01:48 +0000 (15:01 +0100)
commitb41b98e12a954c306e8eb9527ada0a70db339683
treed3d8239ad1bd9423ae7f80f862bcacf71846381f
parent27e714c007e4ad01837bf0fac5c11913a38d7695
fs/ext2: Fix code indentation

ts=4 can cause misunderstanding in code reading. It is better to replace
8 spaces with one tab.

Signed-off-by: Rong Tao <rongtao@cestc.cn>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext2/balloc.c
fs/ext2/super.c