From 108233784827d54361c99c67eaee9e668010b3c3 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 17 May 2020 20:21:59 -0700 Subject: Reformat all C code with clang-format-10 --- client/krb5.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/krb5.c') diff --git a/client/krb5.c b/client/krb5.c index f0c0ff1..42e20ea 100644 --- a/client/krb5.c +++ b/client/krb5.c @@ -47,8 +47,8 @@ kinit(krb5_context ctx, const char *principal) krb5_get_init_creds_opt_set_default_flags(ctx, "wallet", princ->realm, opts); memset(&creds, 0, sizeof(creds)); - status = krb5_get_init_creds_password(ctx, &creds, princ, NULL, - krb5_prompter_posix, NULL, 0, NULL, opts); + status = krb5_get_init_creds_password( + ctx, &creds, princ, NULL, krb5_prompter_posix, NULL, 0, NULL, opts); if (status != 0) die_krb5(ctx, status, "authentication failed"); -- cgit v1.2.3