gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r15957 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r15957 - gnunet/src/transport
Date: Thu, 14 Jul 2011 17:24:24 +0200

Author: grothoff
Date: 2011-07-14 17:24:23 +0200 (Thu, 14 Jul 2011)
New Revision: 15957

Modified:
   gnunet/src/transport/test_transport_api_unreliability.c
Log:
indent

Modified: gnunet/src/transport/test_transport_api_unreliability.c
===================================================================
--- gnunet/src/transport/test_transport_api_unreliability.c     2011-07-14 
15:23:38 UTC (rev 15956)
+++ gnunet/src/transport/test_transport_api_unreliability.c     2011-07-14 
15:24:23 UTC (rev 15957)
@@ -538,17 +538,16 @@
          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);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]