Author: obnox Date: 2007-05-14 13:36:14 +0000 (Mon, 14 May 2007) New Revision: 22848
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22848 Log: Fix brace alignment. Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_cache.c Changeset: Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_cache.c =================================================================== --- branches/SAMBA_3_0/source/nsswitch/winbindd_cache.c 2007-05-14 13:31:42 UTC (rev 22847) +++ branches/SAMBA_3_0/source/nsswitch/winbindd_cache.c 2007-05-14 13:36:14 UTC (rev 22848) @@ -901,7 +901,7 @@ } 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);
