summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_post_account.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_api_cmd_post_account.c')
-rw-r--r--src/testing/testing_api_cmd_post_account.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/testing/testing_api_cmd_post_account.c b/src/testing/testing_api_cmd_post_account.c
index 3529b961..345e869f 100644
--- a/src/testing/testing_api_cmd_post_account.c
+++ b/src/testing/testing_api_cmd_post_account.c
@@ -123,11 +123,12 @@ post_account_run (void *cls,
struct PostAccountState *pas = cls;
pas->is = is;
- pas->aph = TALER_MERCHANT_account_post (TALER_TESTING_interpreter_get_context (is),
- pas->merchant_url,
- &pas->ac,
- &post_account_cb,
- pas);
+ pas->aph = TALER_MERCHANT_account_post (
+ TALER_TESTING_interpreter_get_context (is),
+ pas->merchant_url,
+ &pas->ac,
+ &post_account_cb,
+ pas);
GNUNET_assert (NULL != pas->aph);
}