]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r23379: Whitespace cosmetics, to reduce irritating diffs...
authorMichael Adam <obnox@samba.org>
Fri, 8 Jun 2007 10:15:19 +0000 (10:15 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:11 +0000 (12:23 -0500)
Michael

source/registry/reg_db.c
source/utils/net.c

index 224dd7e0f6844460cde899b7759f0b6896681371..905a21ae0036a8deaa39369179a07f075c45adde 100644 (file)
@@ -485,7 +485,7 @@ BOOL regdb_store_keys( const char *key, REGSUBKEY_CTR *ctr )
 
        return True;
 
- fail:
+fail:
        TALLOC_FREE( old_subkeys );
        TALLOC_FREE( subkeys );
 
index fc26be860953655751f72194bc51bc6bfd198c72..628bd5ec1ed7ade10ee3760a688a8d5293f75117 100644 (file)
@@ -868,7 +868,7 @@ static struct functable net_func[] = {
        {"SETDOMAINSID", net_setdomainsid},
        {"GETDOMAINSID", net_getdomainsid},
        {"MAXRID", net_maxrid},
-       {"IDMAP", net_idmap}, 
+       {"IDMAP", net_idmap},
        {"STATUS", net_status},
        {"USERSHARE", net_usershare},
        {"USERSIDLIST", net_usersidlist},