diff options
author | Antonio Ospite <ao2@ao2.it> | 2015-05-01 13:54:38 -0400 |
---|---|---|
committer | Bob Peterson <rpeterso@redhat.com> | 2015-05-01 13:54:38 -0400 |
commit | 86fbca4923f956dae31247e68dc73ffdfd6e5cb0 (patch) | |
tree | d20603657e4be07749d5557de2bd5a86eb36f71a /fs/gfs2 | |
parent | 086cc672e1cb600b9c17688a4aa44560db858c03 (diff) |
GFS2: inode.c: indent with TABs, not spaces
Follow the same style used for the other functions in the same file.
Signed-off-by: Antonio Ospite <ao2@ao2.it>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Diffstat (limited to 'fs/gfs2')
-rw-r--r-- | fs/gfs2/inode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c index 08bc84d7e768..2cd385d151b5 100644 --- a/fs/gfs2/inode.c +++ b/fs/gfs2/inode.c | |||
@@ -1227,8 +1227,8 @@ static int gfs2_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, | |||
1227 | */ | 1227 | */ |
1228 | 1228 | ||
1229 | static int gfs2_atomic_open(struct inode *dir, struct dentry *dentry, | 1229 | static int gfs2_atomic_open(struct inode *dir, struct dentry *dentry, |
1230 | struct file *file, unsigned flags, | 1230 | struct file *file, unsigned flags, |
1231 | umode_t mode, int *opened) | 1231 | umode_t mode, int *opened) |
1232 | { | 1232 | { |
1233 | struct dentry *d; | 1233 | struct dentry *d; |
1234 | bool excl = !!(flags & O_EXCL); | 1234 | bool excl = !!(flags & O_EXCL); |