]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r22848: Fix brace alignment.
authorMichael Adam <obnox@samba.org>
Mon, 14 May 2007 13:36:14 +0000 (13:36 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:22:02 +0000 (12:22 -0500)
source/nsswitch/winbindd_cache.c

index e887363fcfc615af1e9469718372e277ca3a3522..5e9a95aea18c0bf4cad54f1f1ba87e5507463cfb 100644 (file)
@@ -901,7 +901,7 @@ static void wcache_save_lockout_policy(struct winbindd_domain *domain, NTSTATUS
 }
 
 static void wcache_save_password_policy(struct winbindd_domain *domain, NTSTATUS status, SAM_UNK_INFO_1 *policy)
- {
+{
        struct cache_entry *centry;
 
        centry = centry_start(domain, status);