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/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/options.c') diff --git a/client/options.c b/client/options.c index 7b1f04e..1a85196 100644 --- a/client/options.c +++ b/client/options.c @@ -124,7 +124,7 @@ default_options(krb5_context ctx, struct options *options) /* Having no local realm may be intentional, so don't report an error. */ krb5_get_default_realm(ctx, &realm); - + /* Load the options. */ default_string(ctx, realm, "wallet_type", "wallet", &options->type); default_string(ctx, realm, "wallet_server", WALLET_SERVER, -- cgit v1.2.3