aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-10 17:58:03 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-10 17:58:03 +0200
commitc6676f1aa50a667b1da19d52bff8d609a1b0b3cb (patch)
tree62b1ab5e5526c141282b092443f80fdbc59874c6
parent6c447554581cbd3fef56e3cfad2031970b2d06cb (diff)
downloadexchange-c6676f1aa50a667b1da19d52bff8d609a1b0b3cb.tar.xz
-fix indent
-rw-r--r--src/exchange/taler-exchange-httpd_keys.c2
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;