aboutsummaryrefslogtreecommitdiff
path: root/client/options.c
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2020-05-17 20:21:59 -0700
committerRuss Allbery <eagle@eyrie.org>2020-05-17 20:21:59 -0700
commit108233784827d54361c99c67eaee9e668010b3c3 (patch)
tree329ad2e791fb27ecc037259c16b922be03e977d0 /client/options.c
parent201ac5003d4fba8b15dbb64628782970bd3422fd (diff)
Reformat all C code with clang-format-10
Diffstat (limited to 'client/options.c')
-rw-r--r--client/options.c2
1 files changed, 1 insertions, 1 deletions
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,