From c9b94d7170d9093dc0a46827caf36c3c36f8d397 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 14 May 2007 13:36:14 +0000 Subject: r22848: Fix brace alignment. (This used to be commit d909a6064159bc746bd558238e81d57cc274a162) --- source3/nsswitch/winbindd_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch/winbindd_cache.c') diff --git a/source3/nsswitch/winbindd_cache.c b/source3/nsswitch/winbindd_cache.c index e887363fcf..5e9a95aea1 100644 --- a/source3/nsswitch/winbindd_cache.c +++ b/source3/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); -- cgit