diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-10-06 19:54:48 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-10-06 19:54:48 +0200 |
commit | 1da03b95eb8e13f0e4ebaa79d2096a89b34cb1b2 (patch) | |
tree | 28601e35c320c8ca71da91a094b050aa2e57093d /src | |
parent | e5aed9e5cbe9af294157b8be428385f609c4e066 (diff) |
fix indentation
Diffstat (limited to 'src')
-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 aea19ac3d..fec637bde 100644 --- a/src/json/json_helper.c +++ b/src/json/json_helper.c @@ -152,8 +152,8 @@ TALER_JSON_spec_amount (const char *name, */ static int parse_amount_nbo (void *cls, - json_t *root, - struct GNUNET_JSON_Specification *spec) + json_t *root, + struct GNUNET_JSON_Specification *spec) { struct TALER_AmountNBO *r_amount = spec->ptr; struct TALER_Amount amount; |