f2fs: Replace spaces with tab
authorYoungjun Yoo <youngjun.willow@gmail.com>
Sat, 20 Apr 2019 13:50:40 +0000 (22:50 +0900)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 9 May 2019 04:23:11 +0000 (21:23 -0700)
Modify coding style
ERROR: code indent should use tabs where possible

Signed-off-by: Youngjun Yoo <youngjun.willow@gmail.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/acl.c

index 7b9ec6416cf57bf21803717da1e2831a59ec3908..217b290ae3a5520c120e9e2226e4da195f76f3b0 100644 (file)
@@ -326,7 +326,7 @@ static int f2fs_acl_create_masq(struct posix_acl *acl, umode_t *mode_p)
        }
 
        *mode_p = (*mode_p & ~S_IRWXUGO) | mode;
-        return not_equiv;
+       return not_equiv;
 }
 
 static int f2fs_acl_create(struct inode *dir, umode_t *mode,