gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 07/09: internal_add_connection(): cosmetics


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 07/09: internal_add_connection(): cosmetics
Date: Sun, 04 Jun 2017 14:08:05 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit e720ad45879463893281bf7082dba578457d0f8b
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Sun Jun 4 14:29:30 2017 +0300

    internal_add_connection(): cosmetics
---
 src/microhttpd/daemon.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 8e11b4c0..dc052eac 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -2591,11 +2591,11 @@ internal_add_connection (struct MHD_Daemon *daemon,
 
   MHD_mutex_lock_chk_ (&daemon->cleanup_connection_mutex);
   if (0 == (daemon->options & MHD_USE_THREAD_PER_CONNECTION))
-  {
-    XDLL_insert (daemon->normal_timeout_head,
-                 daemon->normal_timeout_tail,
-                 connection);
-  }
+    {
+      XDLL_insert (daemon->normal_timeout_head,
+                   daemon->normal_timeout_tail,
+                   connection);
+    }
   DLL_insert (daemon->connections_head,
              daemon->connections_tail,
              connection);

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



reply via email to

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