gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -style fix


From: gnunet
Subject: [taler-merchant] branch master updated: -style fix
Date: Wed, 05 May 2021 16:55:04 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 51950d9e -style fix
51950d9e is described below

commit 51950d9e7aef67d89c93dd5b017b9dbfd1933ea0
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed May 5 16:55:02 2021 +0200

    -style fix
---
 src/backend/taler-merchant-httpd_private-post-orders.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_private-post-orders.c 
b/src/backend/taler-merchant-httpd_private-post-orders.c
index 38722a47..deb888fc 100644
--- a/src/backend/taler-merchant-httpd_private-post-orders.c
+++ b/src/backend/taler-merchant-httpd_private-post-orders.c
@@ -1024,10 +1024,11 @@ add_payment_details (struct MHD_Connection *connection,
 
   wm = hc->instance->wm_head;
   while ( (NULL != wm) &&
-          (GNUNET_YES != wm->active) &&
-          (NULL == payment_target || 
-          0 != strcasecmp (payment_target,
-                            wm->wire_method) ) ) {
+          (! wm->active) &&
+          ( (NULL == payment_target) ||
+            (0 != strcasecmp (payment_target,
+                              wm->wire_method) ) ) )
+  {
     wm = wm->next;
   }
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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