libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 4d6fb01f8e229ece8a41fb2f4a94eb61b9e38e02
parent 9e9af3728c9cc78c935633daa877a21010841fae
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 12 Apr 2015 19:19:11 +0000

-fix indent

Diffstat:
Msrc/microhttpd/daemon.c | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git 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,