Commit 3a912b77 authored by Youngjun Yoo's avatar Youngjun Yoo Committed by Jaegeuk Kim

f2fs: Replace spaces with tab

Modify coding style
ERROR: code indent should use tabs where possible
Signed-off-by: default avatarYoungjun Yoo <youngjun.willow@gmail.com>
Reviewed-by: default avatarChao Yu <yuchao0@huawei.com>
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent c456362b
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment