summaryrefslogtreecommitdiff
path: root/src/json/json_helper.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-10-06 19:54:48 +0200
committerChristian Grothoff <christian@grothoff.org>2017-10-06 19:54:48 +0200
commit1da03b95eb8e13f0e4ebaa79d2096a89b34cb1b2 (patch)
tree28601e35c320c8ca71da91a094b050aa2e57093d /src/json/json_helper.c
parente5aed9e5cbe9af294157b8be428385f609c4e066 (diff)
downloadexchange-1da03b95eb8e13f0e4ebaa79d2096a89b34cb1b2.tar.gz
exchange-1da03b95eb8e13f0e4ebaa79d2096a89b34cb1b2.tar.bz2
exchange-1da03b95eb8e13f0e4ebaa79d2096a89b34cb1b2.zip
fix indentation
Diffstat (limited to 'src/json/json_helper.c')
-rw-r--r--src/json/json_helper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/json/json_helper.c b/src/json/json_helper.c
index aea19ac3..fec637bd 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;