commit 6ff867877cf2e487a8ad3a0a09e2e7fb6c1a5d3d parent 02ece3fdc98b09492b3cd7fe2bc39f454c3095d8 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 18 Jun 2019 14:57:24 +0200 indentation fix Diffstat:
| M | src/lib/merchant_api_pay.c | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git 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;