gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8697 - GNUnet/src/applications/testing


From: gnunet
Subject: [GNUnet-SVN] r8697 - GNUnet/src/applications/testing
Date: Tue, 14 Jul 2009 22:17:13 -0600

Author: nevans
Date: 2009-07-14 22:17:13 -0600 (Tue, 14 Jul 2009)
New Revision: 8697

Modified:
   GNUnet/src/applications/testing/remote.c
Log:
whitespace

Modified: GNUnet/src/applications/testing/remote.c
===================================================================
--- GNUnet/src/applications/testing/remote.c    2009-07-15 04:16:23 UTC (rev 
8696)
+++ GNUnet/src/applications/testing/remote.c    2009-07-15 04:17:13 UTC (rev 
8697)
@@ -383,7 +383,8 @@
 #if VERBOSE
   fprintf (stdout, "Have %llu machines, need to start %llu daemons\n",
            num_machines, number_of_daemons);
-  fprintf(stdout, "Total started without extra is %llu\n", daemons_per_machine 
* num_machines);
+  fprintf (stdout, "Total started without extra is %llu\n",
+           daemons_per_machine * num_machines);
   fprintf (stdout, "Will start %llu per machine, and %llu extra\n",
            daemons_per_machine, extra_daemons);
 #endif
@@ -911,10 +912,10 @@
                                                    friend_pos->hostentry->
                                                    port, dotOutFile);
               if (ret != GNUNET_OK)
-              {
-                connectFailures++;
-              }
-              if (connectFailures > totalConnections/2)
+                {
+                  connectFailures++;
+                }
+              if (connectFailures > totalConnections / 2)
                 break;
               friend_pos = friend_pos->next;
             }





reply via email to

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