From: Michael Adam Date: Mon, 14 May 2007 13:36:14 +0000 (+0000) Subject: r22848: Fix brace alignment. X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~467 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d909a6064159bc746bd558238e81d57cc274a162;p=thirdparty%2Fsamba.git r22848: Fix brace alignment. --- diff --git a/source/nsswitch/winbindd_cache.c b/source/nsswitch/winbindd_cache.c index e887363fcfc..5e9a95aea18 100644 --- a/source/nsswitch/winbindd_cache.c +++ b/source/nsswitch/winbindd_cache.c @@ -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);