summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2010-09-30 17:16:46 +0000
committerGreg Hudson <ghudson@mit.edu>2010-09-30 17:16:46 +0000
commit3e668d20274d528775f7d9c10caff946c10760e2 (patch)
tree2884831b750d410751425573f377030cf539366e /src/plugins
parenta3141561d86b73cee18fb1874aff0f662a8c378c (diff)
downloadkrb5-3e668d20274d528775f7d9c10caff946c10760e2.tar.gz
krb5-3e668d20274d528775f7d9c10caff946c10760e2.tar.xz
krb5-3e668d20274d528775f7d9c10caff946c10760e2.zip
Whitespace
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24393 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/kadm5_hook/test/main.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/plugins/kadm5_hook/test/main.c b/src/plugins/kadm5_hook/test/main.c
index e09e3c1de3..46efeee9c4 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,