gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r11751 - gnunet/src/testing


From: gnunet
Subject: [GNUnet-SVN] r11751 - gnunet/src/testing
Date: Mon, 14 Jun 2010 21:18:17 +0200

Author: grothoff
Date: 2010-06-14 21:18:17 +0200 (Mon, 14 Jun 2010)
New Revision: 11751

Modified:
   gnunet/src/testing/testing_group.c
Log:
indenting

Modified: gnunet/src/testing/testing_group.c
===================================================================
--- gnunet/src/testing/testing_group.c  2010-06-14 19:18:00 UTC (rev 11750)
+++ gnunet/src/testing/testing_group.c  2010-06-14 19:18:17 UTC (rev 11751)
@@ -1754,10 +1754,16 @@
   struct GNUNET_TESTING_PeerGroup *pg = cls;
   outstanding_connects--;
 
-  pg->notify_connection(pg->notify_connection_cls, first, second, first_cfg, 
second_cfg, first_daemon, second_daemon, emsg);
+  pg->notify_connection(pg->notify_connection_cls, 
+                       first,
+                       second, 
+                       first_cfg, second_cfg, 
+                       first_daemon, second_daemon, 
+                       emsg);
 
 }
 
+
 static void schedule_connect(void *cls, const struct 
GNUNET_SCHEDULER_TaskContext *tc)
 {
   struct ConnectContext *connect_context = cls;
@@ -1790,6 +1796,7 @@
     }
 }
 
+
 /**
  * Iterator for actually scheduling connections to be created
  * between two peers.
@@ -1818,6 +1825,7 @@
   return GNUNET_YES;
 }
 
+
 /**
  * Iterator for copying all entries in the allowed hashmap to the
  * connect hashmap.




reply via email to

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