commit e720ad45879463893281bf7082dba578457d0f8b
parent 5c28c2ffcbd886b6dda0dae480cd459890f76cb1
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Sun, 4 Jun 2017 14:29:30 +0300
internal_add_connection(): cosmetics
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git 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);