summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_post_reserves.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_api_cmd_post_reserves.c')
-rw-r--r--src/testing/testing_api_cmd_post_reserves.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/testing/testing_api_cmd_post_reserves.c b/src/testing/testing_api_cmd_post_reserves.c
index eca2970f..c8fe914d 100644
--- a/src/testing/testing_api_cmd_post_reserves.c
+++ b/src/testing/testing_api_cmd_post_reserves.c
@@ -165,13 +165,14 @@ post_reserves_run (void *cls,
struct PostReservesState *prs = cls;
prs->is = is;
- prs->prh = TALER_MERCHANT_reserves_post (TALER_TESTING_interpreter_get_context (is),
- prs->merchant_url,
- &prs->initial_balance,
- prs->exchange_url,
- prs->wire_method,
- &post_reserves_cb,
- prs);
+ prs->prh = TALER_MERCHANT_reserves_post (
+ TALER_TESTING_interpreter_get_context (is),
+ prs->merchant_url,
+ &prs->initial_balance,
+ prs->exchange_url,
+ prs->wire_method,
+ &post_reserves_cb,
+ prs);
GNUNET_assert (NULL != prs->prh);
}