commit 0b7bac9786c7a5d05fdbc1492634195b46cd59d9
parent aec976ee2f2a8105caa8040e55c5d3bf8ed434a1
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Mon, 21 Jun 2021 13:39:59 +0300
daemon.c: cosmetics
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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. */