diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-07-10 17:58:03 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-07-10 17:58:03 +0200 |
commit | c6676f1aa50a667b1da19d52bff8d609a1b0b3cb (patch) | |
tree | 62b1ab5e5526c141282b092443f80fdbc59874c6 | |
parent | 6c447554581cbd3fef56e3cfad2031970b2d06cb (diff) |
-fix indent
-rw-r--r-- | src/exchange/taler-exchange-httpd_keys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_keys.c b/src/exchange/taler-exchange-httpd_keys.c index f7bdaae41..265b71fa3 100644 --- a/src/exchange/taler-exchange-httpd_keys.c +++ b/src/exchange/taler-exchange-httpd_keys.c @@ -801,7 +801,7 @@ destroy_key_helpers (struct HelperState *hs) * denomination. */ static struct TALER_AgeMask -load_age_mask (const char*section_name) +load_age_mask (const char *section_name) { static const struct TALER_AgeMask null_mask = {0}; enum GNUNET_GenericReturnValue ret; |