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>
This commit is contained in:
Youngjun Yoo 2019-04-20 22:50:40 +09:00 committed by Jaegeuk Kim
parent c456362b91
commit 3a912b7732
1 changed files with 1 additions and 1 deletions

View 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,