gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-merchant] 02/03: indentation fix


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] 02/03: indentation fix
Date: Tue, 18 Jun 2019 15:53:08 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

commit 6ff867877cf2e487a8ad3a0a09e2e7fb6c1a5d3d
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Jun 18 14:57:24 2019 +0200

    indentation fix
---
 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
index 5407ffc..8d47356 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;

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]