diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-06-18 14:57:24 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-06-18 14:57:24 +0200 |
commit | 6ff867877cf2e487a8ad3a0a09e2e7fb6c1a5d3d (patch) | |
tree | e835f86c793b1dcac4964879df37d4b31876944c /src/lib | |
parent | 02ece3fdc98b09492b3cd7fe2bc39f454c3095d8 (diff) |
indentation fix
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/merchant_api_pay.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/merchant_api_pay.c b/src/lib/merchant_api_pay.c index 5407ffcc..8d473564 100644 --- a/src/lib/merchant_api_pay.c +++ b/src/lib/merchant_api_pay.c @@ -411,11 +411,11 @@ handle_pay_finished (void *cls, break; case MHD_HTTP_OK: if (GNUNET_OK == - check_abort_refund (ph, - json)) + check_abort_refund (ph, + json)) { - TALER_MERCHANT_pay_cancel (ph); - return; + TALER_MERCHANT_pay_cancel (ph); + return; } response_code = 0; break; |