exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 1da03b95eb8e13f0e4ebaa79d2096a89b34cb1b2
parent e5aed9e5cbe9af294157b8be428385f609c4e066
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  6 Oct 2017 19:54:48 +0200

fix indentation

Diffstat:
Msrc/json/json_helper.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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;