summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_cache.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-05-14 13:36:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:22:02 -0500
commitc9b94d7170d9093dc0a46827caf36c3c36f8d397 (patch)
treefbf81501191962df88bb65d1d606e01c40fdbb30 /source3/nsswitch/winbindd_cache.c
parentc580cda23cf20f32104eacf43e9d6cb60626eb53 (diff)
downloadsamba-c9b94d7170d9093dc0a46827caf36c3c36f8d397.tar.gz
samba-c9b94d7170d9093dc0a46827caf36c3c36f8d397.tar.bz2
samba-c9b94d7170d9093dc0a46827caf36c3c36f8d397.zip
r22848: Fix brace alignment.
(This used to be commit d909a6064159bc746bd558238e81d57cc274a162)
Diffstat (limited to 'source3/nsswitch/winbindd_cache.c')
-rw-r--r--source3/nsswitch/winbindd_cache.c2
1 files changed, 1 insertions, 1 deletions
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);