From 95fcf031b0480ada75ed5ed02826f4acf196be77 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 1 Sep 2005 23:24:47 +0000 Subject: r9929: Fix indentation Andrew Bartlett (This used to be commit d6f57ec921839b46534eb64a7b6374161ff37835) --- source4/lib/credentials.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source4/lib/credentials.c') diff --git a/source4/lib/credentials.c b/source4/lib/credentials.c index 162b52e5d0..ce122197b8 100644 --- a/source4/lib/credentials.c +++ b/source4/lib/credentials.c @@ -128,7 +128,9 @@ const char *cli_credentials_get_principal(struct cli_credentials *cred, TALLOC_C return talloc_reference(mem_ctx, cred->principal); } -BOOL cli_credentials_set_principal(struct cli_credentials *cred, const char *val, enum credentials_obtained obtained) +BOOL cli_credentials_set_principal(struct cli_credentials *cred, + const char *val, + enum credentials_obtained obtained) { if (obtained >= cred->principal_obtained) { cred->principal = talloc_strdup(cred, val); -- cgit