From d5575b6b45496471ca71af4c39a62441797046be Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 14 Jun 2010 19:18:17 +0000 Subject: [PATCH] indenting --- src/testing/testing_group.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c index 36aa42615..9965bb2fb 100644 --- a/src/testing/testing_group.c +++ b/src/testing/testing_group.c @@ -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. -- 2.25.1