[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r35531 - libmicrohttpd/src/microhttpd
From: |
gnunet |
Subject: |
[GNUnet-SVN] r35531 - libmicrohttpd/src/microhttpd |
Date: |
Sun, 12 Apr 2015 21:19:11 +0200 |
Author: grothoff
Date: 2015-04-12 21:19:11 +0200 (Sun, 12 Apr 2015)
New Revision: 35531
Modified:
libmicrohttpd/src/microhttpd/daemon.c
Log:
-fix indent
Modified: libmicrohttpd/src/microhttpd/daemon.c
===================================================================
--- libmicrohttpd/src/microhttpd/daemon.c 2015-04-10 20:05:40 UTC (rev
35530)
+++ libmicrohttpd/src/microhttpd/daemon.c 2015-04-12 19:19:11 UTC (rev
35531)
@@ -2691,12 +2691,12 @@
{
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,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r35531 - libmicrohttpd/src/microhttpd,
gnunet <=