summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-06-18 14:57:24 +0200
committerChristian Grothoff <christian@grothoff.org>2019-06-18 14:57:24 +0200
commit6ff867877cf2e487a8ad3a0a09e2e7fb6c1a5d3d (patch)
treee835f86c793b1dcac4964879df37d4b31876944c
parent02ece3fdc98b09492b3cd7fe2bc39f454c3095d8 (diff)
downloadmerchant-6ff867877cf2e487a8ad3a0a09e2e7fb6c1a5d3d.tar.gz
merchant-6ff867877cf2e487a8ad3a0a09e2e7fb6c1a5d3d.tar.bz2
merchant-6ff867877cf2e487a8ad3a0a09e2e7fb6c1a5d3d.zip
indentation fix
-rw-r--r--src/lib/merchant_api_pay.c8
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;