merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 35d6bda93221a4ae2a01645f1dbb9b87b7361dff
parent 3fa209ca9e5083e263a104ca02a7519929dda170
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed, 12 Jul 2017 09:08:37 +0200

fix Vim indent madness

Diffstat:
Msrc/lib/test_merchant_api.c | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c @@ -1195,9 +1195,9 @@ proposal_cb (void *cls, */ static void refund_increase_cb (void *cls, - unsigned int http_status, - enum TALER_ErrorCode ec, - const json_t *obj) + unsigned int http_status, + enum TALER_ErrorCode ec, + const json_t *obj) { struct InterpreterState *is = cls; struct Command *cmd = &is->commands[is->ip]; @@ -1227,8 +1227,8 @@ refund_increase_cb (void *cls, */ static int hashmap_free (void *cls, - const struct GNUNET_HashCode *key, - void *value) + const struct GNUNET_HashCode *key, + void *value) { struct TALER_Amount *refund_amount = value;