commit c6676f1aa50a667b1da19d52bff8d609a1b0b3cb parent 6c447554581cbd3fef56e3cfad2031970b2d06cb Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 10 Jul 2023 17:58:03 +0200 -fix indent Diffstat:
| M | src/exchange/taler-exchange-httpd_keys.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;