gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donau] 02/02: fix includes


From: gnunet
Subject: [taler-donau] 02/02: fix includes
Date: Tue, 21 Nov 2023 14:27:45 +0100

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

grothoff pushed a commit to branch master
in repository donau.

commit 7004a9f8c13ae58b777217d17decb4adf5d39b03
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Nov 21 14:27:40 2023 +0100

    fix includes
---
 contrib/gana             |  2 +-
 src/pq/pq_query_helper.c | 20 +++++++++-----------
 2 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/contrib/gana b/contrib/gana
index 235075f..22ef218 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit 235075f0b21536d3d1c3dd6c2b2b1709555c82e0
+Subproject commit 22ef218ba8da81d60b5fb1fa641c86ec20a09a31
diff --git a/src/pq/pq_query_helper.c b/src/pq/pq_query_helper.c
index dd6cf67..949c986 100644
--- a/src/pq/pq_query_helper.c
+++ b/src/pq/pq_query_helper.c
@@ -20,12 +20,10 @@
  * @author Florian Dold
  * @author Christian Grothoff
  */
-#include "platform.h"
 #include <gnunet/gnunet_common.h>
 #include <gnunet/gnunet_util_lib.h>
 #include <gnunet/gnunet_pq_lib.h>
-#include "taler_pq_lib.h"
-#include "pq_common.h"
+#include <taler/taler_pq_lib.h>
 
 
 /**
@@ -840,14 +838,14 @@ qconv_array (
   same_sized = (0 != meta->same_size);
 
 #define RETURN_UNLESS(cond) \
-        do { \
-          if (! (cond)) \
-          { \
-            GNUNET_break ((cond)); \
-            noerror = false; \
-            goto DONE; \
-          } \
-        } while (0)
+  do { \
+    if (! (cond)) \
+    { \
+      GNUNET_break ((cond)); \
+      noerror = false; \
+      goto DONE; \
+    } \
+  } while (0)
 
   /* Calculate sizes and check bounds */
   {

-- 
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]