ext4: fix incorrect indentation of if statement
authorColin Ian King <colin.king@canonical.com>
Thu, 11 Jan 2018 19:17:30 +0000 (14:17 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 11 Jan 2018 19:17:30 +0000 (14:17 -0500)
commita794df0ecdd557961a0302062f5a7a5f500a8542
tree9e5e0d3ae460349f5ff9fa9616661f8169c2abb6
parent9f0372488cc9243018a812e8cfbf27de650b187b
ext4: fix incorrect indentation of if statement

The indentation is incorrect and spaces need replacing with a tab
on the if statement.

Cleans up smatch warning:
fs/ext4/namei.c:3220 ext4_link() warn: inconsistent indenting

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Jan Kara <jack@suse.cz>
fs/ext4/namei.c