summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_delete_account.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/merchant_api_delete_account.c')
-rw-r--r--src/lib/merchant_api_delete_account.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/merchant_api_delete_account.c b/src/lib/merchant_api_delete_account.c
index e47833b7..42d8bc5d 100644
--- a/src/lib/merchant_api_delete_account.c
+++ b/src/lib/merchant_api_delete_account.c
@@ -74,8 +74,8 @@ struct TALER_MERCHANT_AccountDeleteHandle
*/
static void
handle_delete_account_finished (void *cls,
- long response_code,
- const void *response)
+ long response_code,
+ const void *response)
{
struct TALER_MERCHANT_AccountDeleteHandle *adh = cls;
const json_t *json = response;