From 3e668d20274d528775f7d9c10caff946c10760e2 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Thu, 30 Sep 2010 17:16:46 +0000 Subject: Whitespace git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24393 dc483132-0cff-0310-8789-dd5450dbe970 --- src/plugins/kadm5_hook/test/main.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/plugins') diff --git a/src/plugins/kadm5_hook/test/main.c b/src/plugins/kadm5_hook/test/main.c index e09e3c1de..46efeee9c 100644 --- a/src/plugins/kadm5_hook/test/main.c +++ b/src/plugins/kadm5_hook/test/main.c @@ -41,7 +41,7 @@ static void log_call(krb5_context context, - const char * function, + const char *function, int stage, krb5_principal princ) { @@ -51,14 +51,13 @@ log_call(krb5_context context, assert(ret == 0); printf("%s: stage %s principal %s\n", function, - (stage == KADM5_HOOK_STAGE_PRECOMMIT)? "precommit" - :"postcommit", + (stage == KADM5_HOOK_STAGE_PRECOMMIT) ? "precommit" : "postcommit", unparsed); if (unparsed) krb5_free_unparsed_name(context, unparsed); } -static kadm5_ret_t +static kadm5_ret_t chpass(krb5_context context, kadm5_hook_modinfo *modinfo, int stage, @@ -72,7 +71,7 @@ chpass(krb5_context context, } -static kadm5_ret_t +static kadm5_ret_t create(krb5_context context, kadm5_hook_modinfo *modinfo, int stage, -- cgit