gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -ftbfs; uncrustify does not like the cmp


From: gnunet
Subject: [gnunet] branch master updated: -ftbfs; uncrustify does not like the cmp macro
Date: Sat, 05 Feb 2022 16:39:23 +0100

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 32da9a943 -ftbfs; uncrustify does not like the cmp macro
32da9a943 is described below

commit 32da9a943942efc8a1384f5a6839cc84f79a42db
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sat Feb 5 16:39:17 2022 +0100

    -ftbfs; uncrustify does not like the cmp macro
---
 src/namestore/gnunet-service-namestore.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/namestore/gnunet-service-namestore.c 
b/src/namestore/gnunet-service-namestore.c
index cebdf38c5..2096c7bce 100644
--- a/src/namestore/gnunet-service-namestore.c
+++ b/src/namestore/gnunet-service-namestore.c
@@ -1603,9 +1603,9 @@ handle_record_store (void *cls, const struct 
RecordStoreMessage *rp_msg)
        * old).
        */
       if ((GNUNET_NO == have_tombstone) &&
-          GNUNET_TIME_absolute_cmp (GNUNET_TIME_absolute_get (), (<),
-                                    GNUNET_TIME_absolute_ntoh (
-                                      tombstone.time_of_death)))
+          GNUNET_TIME_absolute_cmp (
+            GNUNET_TIME_absolute_get (), <, GNUNET_TIME_absolute_ntoh (
+              tombstone.time_of_death)))
       {
         rd_clean[rd_clean_off].record_type = GNUNET_GNSRECORD_TYPE_TOMBSTONE;
         rd_clean[rd_clean_off].expiration_time =

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