gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r35923 - gnunet/src/rps


From: gnunet
Subject: [GNUnet-SVN] r35923 - gnunet/src/rps
Date: Wed, 10 Jun 2015 16:16:02 +0200

Author: ch3
Date: 2015-06-10 16:16:02 +0200 (Wed, 10 Jun 2015)
New Revision: 35923

Modified:
   gnunet/src/rps/gnunet-service-rps.c
Log:
-got some {} for free

Modified: gnunet/src/rps/gnunet-service-rps.c
===================================================================
--- gnunet/src/rps/gnunet-service-rps.c 2015-06-10 14:05:45 UTC (rev 35922)
+++ gnunet/src/rps/gnunet-service-rps.c 2015-06-10 14:16:02 UTC (rev 35923)
@@ -1091,9 +1091,11 @@
 {
   unsigned int i;
   if (NULL == peer_map)
+  {
     LOG (GNUNET_ERROR_TYPE_WARNING,
          "Trying to add peers to an empty peermap.\n");
     return;
+  }
 
   for (i = 0 ; i < num_peers ; i++)
   {




reply via email to

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