From: Christian Grothoff Date: Mon, 14 Jun 2010 19:18:17 +0000 (+0000) Subject: indenting X-Git-Tag: initial-import-from-subversion-38251~21384 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d5575b6b45496471ca71af4c39a62441797046be;p=oweals%2Fgnunet.git indenting --- 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.