-fix indent

This commit is contained in:
Christian Grothoff
2015-04-12 19:19:11 +00:00
parent 9e9af3728c
commit 4d6fb01f8e
+6 -6
View File
@@ -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,