From: Youngjun Yoo Date: Sat, 20 Apr 2019 13:50:40 +0000 (+0900) Subject: f2fs: Replace spaces with tab X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3a912b773238ae8ba0c03df86361c8b2b9265b3b;p=linux.git f2fs: Replace spaces with tab Modify coding style ERROR: code indent should use tabs where possible Signed-off-by: Youngjun Yoo Reviewed-by: Chao Yu Signed-off-by: Jaegeuk Kim --- diff --git a/fs/f2fs/acl.c b/fs/f2fs/acl.c index 7b9ec6416cf57..217b290ae3a55 100644 --- a/fs/f2fs/acl.c +++ b/fs/f2fs/acl.c @@ -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,