gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r35012 - gnunet/src/ats


From: gnunet
Subject: [GNUnet-SVN] r35012 - gnunet/src/ats
Date: Mon, 26 Jan 2015 17:46:19 +0100

Author: grothoff
Date: 2015-01-26 17:46:19 +0100 (Mon, 26 Jan 2015)
New Revision: 35012

Modified:
   gnunet/src/ats/plugin_ats_proportional.c
Log:
-fix indent

Modified: gnunet/src/ats/plugin_ats_proportional.c
===================================================================
--- gnunet/src/ats/plugin_ats_proportional.c    2015-01-26 16:46:00 UTC (rev 
35011)
+++ gnunet/src/ats/plugin_ats_proportional.c    2015-01-26 16:46:19 UTC (rev 
35012)
@@ -1421,12 +1421,14 @@
   struct Network *cur_net;
 
   if (GNUNET_YES == GNUNET_CONTAINER_multipeermap_contains (s->requests, peer))
-       {
-    GNUNET_assert (GNUNET_OK == GNUNET_CONTAINER_multipeermap_remove 
(s->requests,
-        peer, NULL));
-    LOG (GNUNET_ERROR_TYPE_INFO, "Stop suggesting addresses for peer `%s'\n",
-          GNUNET_i2s (peer));
-       }
+  {
+    GNUNET_assert (GNUNET_OK ==
+                   GNUNET_CONTAINER_multipeermap_remove (s->requests,
+                                                         peer, NULL));
+    LOG (GNUNET_ERROR_TYPE_INFO,
+         "Stop suggesting addresses for peer `%s'\n",
+         GNUNET_i2s (peer));
+  }
 
   cur = get_active_address (s, s->addresses, peer);
   if (NULL != cur)




reply via email to

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