gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 01/04: fix confusing indentation


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 01/04: fix confusing indentation
Date: Wed, 25 Jan 2017 20:04:35 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

commit c7dc4199ee7613c1b3d2178de73ce9f8d448075a
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Jan 25 19:36:35 2017 +0100

    fix confusing indentation
---
 src/include/gnunet_container_lib.h | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/include/gnunet_container_lib.h 
b/src/include/gnunet_container_lib.h
index d2f8c5d9c..cb5d0e595 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -2109,17 +2109,17 @@ GNUNET_CONTAINER_multihashmap32_iterator_destroy 
(struct GNUNET_CONTAINER_MultiH
                       element, \
                       pos)) \
         break; /* element < pos */ \
-      if (NULL == pos) /* => element > tail */ \
-        GNUNET_CONTAINER_DLL_insert_tail (head, \
-                                          tail, \
-                                          element); \
-      else /* prev < element < pos */ \
-        GNUNET_CONTAINER_DLL_insert_after (head, \
-                                           tail, \
-                                           element, \
-                                           pos->prev); \
-    } \
-  } while (0)
+    if (NULL == pos) /* => element > tail */ \
+      GNUNET_CONTAINER_DLL_insert_tail (head, \
+                                        tail, \
+                                        element); \
+    else /* prev < element < pos */ \
+      GNUNET_CONTAINER_DLL_insert_after (head, \
+                                         tail, \
+                                         element, \
+                                         pos->prev); \
+  } \
+} while (0)
 
 
 /* ******************** Heap *************** */

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



reply via email to

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