s3:locking: fix trailing space in brl_close_fnum()
authorMichael Adam <obnox@samba.org>
Tue, 4 Sep 2012 09:56:15 +0000 (11:56 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 5 Sep 2012 08:46:37 +0000 (10:46 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/locking/brlock.c

index e9c073b5c631ae3c976c40c0228a32aecd4bfdae..c03e4515bf9b0095975298b7fdfa94aecd2046b6 100644 (file)
@@ -1500,7 +1500,7 @@ void brl_close_fnum(struct messaging_context *msg_ctx,
                if (!locks_copy) {
                        smb_panic("brl_close_fnum: talloc failed");
                        }
-       } else {        
+       } else {
                locks_copy = NULL;
        }