indenting
authorChristian Grothoff <christian@grothoff.org>
Mon, 14 Jun 2010 19:18:17 +0000 (19:18 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 14 Jun 2010 19:18:17 +0000 (19:18 +0000)
src/testing/testing_group.c

index 36aa42615046e735428c73d0494386b71c1aaaa8..9965bb2fb794424936265b5d9a94dc64e280c489 100644 (file)
@@ -1754,10 +1754,16 @@ static void internal_connect_notify (void *cls,
   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 @@ static void schedule_connect(void *cls, const struct GNUNET_SCHEDULER_TaskContex
     }
 }
 
+
 /**
  * Iterator for actually scheduling connections to be created
  * between two peers.
@@ -1818,6 +1825,7 @@ connect_iterator (void *cls,
   return GNUNET_YES;
 }
 
+
 /**
  * Iterator for copying all entries in the allowed hashmap to the
  * connect hashmap.