From 4d6fb01f8e229ece8a41fb2f4a94eb61b9e38e02 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 12 Apr 2015 19:19:11 +0000 Subject: [PATCH] -fix indent --- src/microhttpd/daemon.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c index 766149ed..e31ba449 100644 --- a/src/microhttpd/daemon.c +++ b/src/microhttpd/daemon.c @@ -2691,12 +2691,12 @@ MHD_epoll (struct MHD_Daemon *daemon, { if (NULL == events[i].data.ptr) continue; /* shutdown signal! */ - if ( (MHD_INVALID_PIPE_ != daemon->wpipe[0]) && - (daemon->wpipe[0] == events[i].data.fd) ) - { - (void) MHD_pipe_read_ (daemon->wpipe[0], &tmp, sizeof (tmp)); - continue; - } + if ( (MHD_INVALID_PIPE_ != daemon->wpipe[0]) && + (daemon->wpipe[0] == events[i].data.fd) ) + { + (void) MHD_pipe_read_ (daemon->wpipe[0], &tmp, sizeof (tmp)); + continue; + } if (daemon != events[i].data.ptr) { /* this is an event relating to a 'normal' connection,