[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 03/03: daemon.c: cosmetics
From: |
gnunet |
Subject: |
[libmicrohttpd] 03/03: daemon.c: cosmetics |
Date: |
Mon, 21 Jun 2021 12:45:15 +0200 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to branch master
in repository libmicrohttpd.
commit 0b7bac9786c7a5d05fdbc1492634195b46cd59d9
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon Jun 21 13:39:59 2021 +0300
daemon.c: cosmetics
---
src/microhttpd/daemon.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 26940bf9..5e136716 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -4930,7 +4930,7 @@ MHD_epoll (struct MHD_Daemon *daemon,
#endif
return MHD_NO;
}
- for (i = 0; i<(unsigned int) num_events; i++)
+ for (i = 0; i < (unsigned int) num_events; i++)
{
/* First, check for the values of `ptr` that would indicate
that this event is not about a normal connection. */
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.