dbwrap_ctdb: Remove some trailing tabs.
authorMichael Adam <obnox@samba.org>
Thu, 25 Dec 2008 20:55:49 +0000 (21:55 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 25 Dec 2008 21:22:22 +0000 (22:22 +0100)
This is to synchronise dbwrap_ctdb.c more with upstream branches
v3-3-test and master.

Michael

source/lib/dbwrap_ctdb.c

index 69223aabd8fa94d55ea665533667b845c3ef40a6..2818634b14386224a1fe7d2dfeac6f7426661581 100644 (file)
@@ -441,9 +441,9 @@ static struct db_record *db_ctdb_fetch_locked_persistent(struct db_ctdb_ctx *ctx
        /* destroy this transaction when we release the lock */
        recp = talloc(rec, struct db_record *);
        if (recp == NULL) {
-               ctx->db->transaction_cancel(ctx->db);           
+               ctx->db->transaction_cancel(ctx->db);
                talloc_free(rec);
-               return NULL;            
+               return NULL;
        }
        *recp = rec;
        talloc_set_destructor(recp, db_ctdb_record_destructor);