commit c6e5b324df2d26696f0dba797f7341b145a20982
parent 274a4fb1e48f17acf9039decc52306821caa8b06
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Mon, 21 Sep 2020 14:25:19 +0300
test_upgrade_large: apply formatting
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/microhttpd/test_upgrade_large.c b/src/microhttpd/test_upgrade_large.c
@@ -589,7 +589,7 @@ make_blocking (MHD_socket fd)
static void
kick_select ()
{
- if (MHD_ITC_IS_VALID_(kicker))
+ if (MHD_ITC_IS_VALID_ (kicker))
{
MHD_itc_activate_ (kicker, "K");
}
@@ -612,7 +612,7 @@ send_all (struct wr_socket *sock,
len - off);
if (0 > ret)
{
- if (!MHD_SCKT_ERR_IS_EAGAIN_ (MHD_socket_get_error_()))
+ if (! MHD_SCKT_ERR_IS_EAGAIN_ (MHD_socket_get_error_ ()))
abort ();
ret = 0;
}
@@ -916,7 +916,7 @@ run_mhd_select_loop (struct MHD_Daemon *daemon)
MHD_UNSIGNED_LONG_LONG to;
struct timeval tv;
- if (!MHD_itc_init_ (kicker))
+ if (! MHD_itc_init_ (kicker))
abort ();
while (! done)
{
@@ -996,7 +996,7 @@ run_mhd_epoll_loop (struct MHD_Daemon *daemon)
di = MHD_get_daemon_info (daemon,
MHD_DAEMON_INFO_EPOLL_FD);
ep = di->listen_fd;
- if (!MHD_itc_init_ (kicker))
+ if (! MHD_itc_init_ (kicker))
abort ();
while (! done)
{