indent
authorChristian Grothoff <christian@grothoff.org>
Thu, 14 Jul 2011 15:24:23 +0000 (15:24 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 14 Jul 2011 15:24:23 +0000 (15:24 +0000)
src/transport/test_transport_api_unreliability.c

index c8a98613f9ec33247176e13c5050d089954b7863..1c6e9061cf754e930e5d1a9db8a8d163d97ada8d 100644 (file)
@@ -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);