ocfs2: fix indendation in ocfs2_dquot_drop_slow
authorTao Ma <tao.ma@oracle.com>
Thu, 27 Nov 2008 00:20:19 +0000 (16:20 -0800)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:40:26 +0000 (08:40 -0800)
Signed-off-by: Tao Ma <tao.ma@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/quota_global.c

index 054d52b..a10faeb 100644 (file)
@@ -893,7 +893,7 @@ static int ocfs2_dquot_drop_slow(struct inode *inode)
        if (IS_ERR(handle)) {
                status = PTR_ERR(handle);
                mlog_errno(status);
-                               goto out;
+               goto out;
        }
        dquot_drop(inode);
        ocfs2_commit_trans(OCFS2_SB(sb), handle);