From 120e89e926f31f43712d569ae68e476792a738cd Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 14 Jul 2011 15:24:23 +0000 Subject: [PATCH] indent --- .../test_transport_api_unreliability.c | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/transport/test_transport_api_unreliability.c b/src/transport/test_transport_api_unreliability.c index c8a98613f..1c6e9061c 100644 --- a/src/transport/test_transport_api_unreliability.c +++ b/src/transport/test_transport_api_unreliability.c @@ -538,17 +538,16 @@ notify_connect (void *cls, GNUNET_SCHEDULER_cancel (tct); tct = GNUNET_SCHEDULER_NO_TASK; } - if (p2_hello_canceled == GNUNET_NO) - { - GNUNET_TRANSPORT_get_hello_cancel (p2.th, &exchange_hello_last, &p2); - p2_hello_canceled = GNUNET_YES; - } + { + GNUNET_TRANSPORT_get_hello_cancel (p2.th, &exchange_hello_last, &p2); + p2_hello_canceled = GNUNET_YES; + } if (p1_hello_canceled == GNUNET_NO) - { - GNUNET_TRANSPORT_get_hello_cancel (p1.th, &exchange_hello, &p1); - p1_hello_canceled = GNUNET_YES; - } + { + GNUNET_TRANSPORT_get_hello_cancel (p1.th, &exchange_hello, &p1); + p1_hello_canceled = GNUNET_YES; + } die_task = GNUNET_SCHEDULER_add_delayed (TIMEOUT, &end_badly, NULL); -- 2.25.1