Commit d00223f1 authored by Steven Whitehouse's avatar Steven Whitehouse

[GFS2] Fix code style/indent in ops_file.c

Fix a couple of minor issues.
Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent 930cc237
......@@ -606,8 +606,9 @@ static int gfs2_flock(struct file *file, int cmd, struct file_lock *fl)
if (fl->fl_type == F_UNLCK) {
do_unflock(file, fl);
return 0;
} else
} else {
return do_flock(file, cmd, fl);
}
}
const struct file_operations gfs2_file_fops = {
......
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