GFS2: inode.c: indent with TABs, not spaces
authorAntonio Ospite <ao2@ao2.it>
Fri, 1 May 2015 17:54:38 +0000 (12:54 -0500)
committerBob Peterson <rpeterso@redhat.com>
Fri, 1 May 2015 17:54:38 +0000 (12:54 -0500)
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>
fs/gfs2/inode.c

index 08bc84d7e768e7fb46ab7bae03c8f18597cb59fc..2cd385d151b5265d8d83bd4741e19b3b7b7baf10 100644 (file)
@@ -1227,8 +1227,8 @@ static int gfs2_mknod(struct inode *dir, struct dentry *dentry, umode_t mode,
  */
 
 static int gfs2_atomic_open(struct inode *dir, struct dentry *dentry,
-                            struct file *file, unsigned flags,
-                            umode_t mode, int *opened)
+                           struct file *file, unsigned flags,
+                           umode_t mode, int *opened)
 {
        struct dentry *d;
        bool excl = !!(flags & O_EXCL);