summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoungjun Yoo <youngjun.willow@gmail.com>2019-04-20 22:50:40 +0900
committerJaegeuk Kim <jaegeuk@kernel.org>2019-05-08 22:00:08 -0700
commita3df88564441a4bfb0e0284c3de50606a23a1b83 (patch)
tree44073b21240f8f0cbd489df0478bc5ecad5cb02d
parent12a9d38a0b11b036604e22bc4e7760bac7536eef (diff)
f2fs: Replace spaces with tab
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>
-rw-r--r--fs/f2fs/acl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/acl.c b/fs/f2fs/acl.c
index 0fcef04511f7..3d7b46d82929 100644
--- a/fs/f2fs/acl.c
+++ b/fs/f2fs/acl.c
@@ -329,7 +329,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,