idmap_tdb2: fix two nonempty blank lines.
authorMichael Adam <obnox@samba.org>
Thu, 25 Dec 2008 22:32:16 +0000 (23:32 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 25 Dec 2008 22:32:16 +0000 (23:32 +0100)
This removes the remaining diff between idmap_tdb2 in
v3-2-ctdb an master/v3-3-test.

Michael

source/winbindd/idmap_tdb2.c

index 095878e2b521b7d7844977d7d104c2e619030a76..8bde963c608160397c8d5010bac0955c94441bed 100644 (file)
@@ -187,7 +187,7 @@ static NTSTATUS idmap_tdb2_allocate_id(struct unixid *xid)
        uint32_t hwm;
        int res;
        NTSTATUS status;
-       
+
        status = idmap_tdb2_open_db();
        NT_STATUS_NOT_OK_RETURN(status);
 
@@ -268,7 +268,7 @@ static NTSTATUS idmap_tdb2_get_hwm(struct unixid *xid)
        uint32_t hwm;
        uint32_t high_hwm;
        NTSTATUS status;
-       
+
        status = idmap_tdb2_open_db();
        NT_STATUS_NOT_OK_RETURN(status);