aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
commitcddbdf5b928c68ab71b40c950b9f01ea68a9fbdb (patch)
treeb704e00a3af618b2cd174a7f89514eaebd82a1cf /src/transport/transport-testing.c
parentbb4fc4f4007988874f910d4de5492f9629301641 (diff)
downloadgnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.tar.gz
gnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.zip
run indent twice, it alternates between two 'canonical' forms, also run whitespace remover
Diffstat (limited to 'src/transport/transport-testing.c')
-rw-r--r--src/transport/transport-testing.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/transport/transport-testing.c b/src/transport/transport-testing.c
index 61c392d77..162024eb4 100644
--- a/src/transport/transport-testing.c
+++ b/src/transport/transport-testing.c
@@ -321,10 +321,11 @@ GNUNET_TRANSPORT_TESTING_connect_peers (struct PeerContext *p1,
321 * Tou MUST cancel the request if you stop the peers before the peers connected succesfully 321 * Tou MUST cancel the request if you stop the peers before the peers connected succesfully
322 * @param cc a connect request handle 322 * @param cc a connect request handle
323 */ 323 */
324void 324void GNUNET_TRANSPORT_TESTING_connect_peers_cancel
325GNUNET_TRANSPORT_TESTING_connect_peers_cancel (GNUNET_TRANSPORT_TESTING_ConnectRequest ccr) 325 (GNUNET_TRANSPORT_TESTING_ConnectRequest ccr)
326{ 326{
327 struct ConnectingContext *cc = ccr; 327 struct ConnectingContext *cc = ccr;
328
328 /* clean up */ 329 /* clean up */
329 GNUNET_TRANSPORT_get_hello_cancel (cc->th_p2, &exchange_hello_last, cc); 330 GNUNET_TRANSPORT_get_hello_cancel (cc->th_p2, &exchange_hello_last, cc);
330 GNUNET_TRANSPORT_get_hello_cancel (cc->th_p1, &exchange_hello, cc); 331 GNUNET_TRANSPORT_get_hello_cancel (cc->th_p1, &exchange_hello, cc);