gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37913 - gnunet/src/dht


From: gnunet
Subject: [GNUnet-SVN] r37913 - gnunet/src/dht
Date: Sun, 11 Sep 2016 20:40:02 +0200

Author: grothoff
Date: 2016-09-11 20:40:02 +0200 (Sun, 11 Sep 2016)
New Revision: 37913

Modified:
   gnunet/src/dht/gnunet-service-dht_clients.c
Log:
-fix bad indent

Modified: gnunet/src/dht/gnunet-service-dht_clients.c
===================================================================
--- gnunet/src/dht/gnunet-service-dht_clients.c 2016-09-11 18:36:31 UTC (rev 
37912)
+++ gnunet/src/dht/gnunet-service-dht_clients.c 2016-09-11 18:40:02 UTC (rev 
37913)
@@ -1417,7 +1417,7 @@
                          unsigned int path_length,
                          const struct GNUNET_PeerIdentity *path,
                          struct GNUNET_TIME_Absolute exp,
-                         const struct GNUNET_HashCode * key,
+                         const struct GNUNET_HashCode *key,
                          const void *data,
                          size_t size)
 {
@@ -1465,8 +1465,8 @@
       if (path_length > 0)
       {
         GNUNET_memcpy (msg_path,
-                path,
-                path_length * sizeof (struct GNUNET_PeerIdentity));
+                      path,
+                      path_length * sizeof (struct GNUNET_PeerIdentity));
       }
       mmsg->expiration_time = GNUNET_TIME_absolute_hton(exp);
       GNUNET_memcpy (&mmsg->key, key, sizeof (struct GNUNET_HashCode));
@@ -1530,6 +1530,7 @@
   }
 }
 
+
 /**
  * Shutdown client subsystem.
  */
@@ -1536,8 +1537,8 @@
 void
 GDS_CLIENTS_done ()
 {
-  GNUNET_assert (client_head == NULL);
-  GNUNET_assert (client_tail == NULL);
+  GNUNET_assert (NULL == client_head);
+  GNUNET_assert (NULL == client_tail);
   if (NULL != retry_heap)
   {
     GNUNET_assert (0 == GNUNET_CONTAINER_heap_get_size (retry_heap));




reply via email to

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