minor indentation correction
authorErez_Zadok <ezk@cs.sunysb.edu>
Sun, 10 Jun 2007 21:51:42 +0000 (17:51 -0400)
committerErez_Zadok <ezk@cs.sunysb.edu>
Mon, 23 Jul 2007 00:50:49 +0000 (20:50 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/lookup.c

index 98a05a8f29d87bb3de83474da6d9586afc088c75..c65875deff38c2775074d5becfa9f335e86882f6 100644 (file)
@@ -490,7 +490,7 @@ int new_dentry_private_data(struct dentry *dentry)
                                            GFP_ATOMIC);
        info = UNIONFS_D(dentry);
        if (!info)
-         goto out;
+               goto out;
 
        mutex_init(&info->lock);
        info->lower_paths = NULL;