[DLM] fix whitespace damage
authorDavid Teigland <teigland@redhat.com>
Thu, 20 Jul 2006 13:35:39 +0000 (08:35 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 21 Jul 2006 05:55:41 +0000 (01:55 -0400)
My previous dlm patch added trailing whitespace damage, fix that.

Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/dlm/user.c

index fd19caf..494d00a 100644 (file)
@@ -175,7 +175,7 @@ void dlm_user_add_ast(struct dlm_lkb *lkb, int type)
        /* noqueue requests that fail may need to be removed from the
           proc's locks list, there should be a better way of detecting
           this situation than checking all these things... */
-          
+
        if (type == AST_COMP && lkb->lkb_grmode == DLM_LOCK_IV &&
            ua->lksb.sb_status == -EAGAIN && !list_empty(&lkb->lkb_ownqueue))
                remove_ownqueue = 1;