gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 01/04: cosmetics for test


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 01/04: cosmetics for test
Date: Sun, 22 Jan 2017 22:49:33 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

commit 8123b12a4d3a2101885705dbf5d250a410763d35
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Jan 22 22:28:56 2017 +0100

    cosmetics for test
---
 src/cadet/test_cadet.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/cadet/test_cadet.c b/src/cadet/test_cadet.c
index db19db4ed..a411b41bc 100644
--- a/src/cadet/test_cadet.c
+++ b/src/cadet/test_cadet.c
@@ -796,6 +796,7 @@ incoming_channel (void *cls,
   return NULL;
 }
 
+
 /**
  * Function called whenever an inbound channel is destroyed.  Should clean up
  * any associated state.
@@ -813,7 +814,8 @@ channel_cleaner (void *cls,
   long i = (long) cls;
 
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,
-              "Incoming channel disconnected at peer %ld\n", i);
+              "Incoming channel disconnected at peer %ld\n",
+              i);
   if (peers_running - 1 == i)
   {
     ok++;
@@ -824,7 +826,7 @@ channel_cleaner (void *cls,
   {
     if (P2P_SIGNAL == test)
     {
-      ok ++;
+      ok++;
     }
     GNUNET_break (channel == ch);
     ch = NULL;
@@ -841,8 +843,6 @@ channel_cleaner (void *cls,
     disconnect_task = GNUNET_SCHEDULER_add_now (&gather_stats_and_exit,
                                                 (void *) __LINE__);
   }
-
-  return;
 }
 
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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