commit 93f1fb5fc3bf38027f216ca91d8cf5fbe462c9d5
parent aa3332b74e18d27cf26864f69c6b17c4d98ff14f
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Mon, 17 Oct 2016 23:51:09 +0200
indent
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/exchange-lib/test_exchange_api.c b/src/exchange-lib/test_exchange_api.c
@@ -924,7 +924,7 @@ reserve_status_cb (void *cls,
{
if (GNUNET_OK !=
compare_reserve_withdraw_history (&history[j],
- rel))
+ rel))
{
GNUNET_break (0);
fail (is);
@@ -1782,9 +1782,9 @@ interpreter_run (void *cls)
&reserve_pub.eddsa_pub);
cmd->details.reserve_status.wsh
= TALER_EXCHANGE_reserve_status (exchange,
- &reserve_pub,
- &reserve_status_cb,
- is);
+ &reserve_pub,
+ &reserve_status_cb,
+ is);
return;
case OC_WITHDRAW_SIGN:
GNUNET_assert (NULL !=