diff options
author | Florian Dold <florian.dold@gmail.com> | 2019-08-25 16:18:24 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2019-08-25 16:18:24 +0200 |
commit | eb559970846f0fa27f1f25c482cd07210a56f4b1 (patch) | |
tree | 8526637825e520e1420b17515934ced794a33c01 /src/json/json_helper.c | |
parent | 3742239c13001433eeade439a0e0490f07351c43 (diff) |
re-format code
Diffstat (limited to 'src/json/json_helper.c')
-rw-r--r-- | src/json/json_helper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/json/json_helper.c b/src/json/json_helper.c index c8eab065a..b915faba0 100644 --- a/src/json/json_helper.c +++ b/src/json/json_helper.c @@ -234,7 +234,7 @@ parse_amount_nbo (void *cls, strcpy (amount.currency, currency); (void) TALER_amount_normalize (&amount); TALER_amount_hton (r_amount, - &amount); + &amount); return GNUNET_OK; } @@ -247,7 +247,7 @@ parse_amount_nbo (void *cls, */ struct GNUNET_JSON_Specification TALER_JSON_spec_amount_nbo (const char *name, - struct TALER_AmountNBO *r_amount) + struct TALER_AmountNBO *r_amount) { struct GNUNET_JSON_Specification ret = { .parser = &parse_amount_nbo, |