aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2020-09-21 14:25:19 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2020-09-21 14:25:19 +0300
commitc6e5b324df2d26696f0dba797f7341b145a20982 (patch)
tree80754a37675b83d7512081fbe2a108025022df1c
parent274a4fb1e48f17acf9039decc52306821caa8b06 (diff)
downloadlibmicrohttpd-c6e5b324df2d26696f0dba797f7341b145a20982.tar.gz
libmicrohttpd-c6e5b324df2d26696f0dba797f7341b145a20982.zip
test_upgrade_large: apply formatting
-rw-r--r--src/microhttpd/test_upgrade_large.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/microhttpd/test_upgrade_large.c b/src/microhttpd/test_upgrade_large.c
index 4a6e741a..60246706 100644
--- a/src/microhttpd/test_upgrade_large.c
+++ b/src/microhttpd/test_upgrade_large.c
@@ -589,7 +589,7 @@ make_blocking (MHD_socket fd)
589static void 589static void
590kick_select () 590kick_select ()
591{ 591{
592 if (MHD_ITC_IS_VALID_(kicker)) 592 if (MHD_ITC_IS_VALID_ (kicker))
593 { 593 {
594 MHD_itc_activate_ (kicker, "K"); 594 MHD_itc_activate_ (kicker, "K");
595 } 595 }
@@ -612,7 +612,7 @@ send_all (struct wr_socket *sock,
612 len - off); 612 len - off);
613 if (0 > ret) 613 if (0 > ret)
614 { 614 {
615 if (!MHD_SCKT_ERR_IS_EAGAIN_ (MHD_socket_get_error_())) 615 if (! MHD_SCKT_ERR_IS_EAGAIN_ (MHD_socket_get_error_ ()))
616 abort (); 616 abort ();
617 ret = 0; 617 ret = 0;
618 } 618 }
@@ -916,7 +916,7 @@ run_mhd_select_loop (struct MHD_Daemon *daemon)
916 MHD_UNSIGNED_LONG_LONG to; 916 MHD_UNSIGNED_LONG_LONG to;
917 struct timeval tv; 917 struct timeval tv;
918 918
919 if (!MHD_itc_init_ (kicker)) 919 if (! MHD_itc_init_ (kicker))
920 abort (); 920 abort ();
921 while (! done) 921 while (! done)
922 { 922 {
@@ -996,7 +996,7 @@ run_mhd_epoll_loop (struct MHD_Daemon *daemon)
996 di = MHD_get_daemon_info (daemon, 996 di = MHD_get_daemon_info (daemon,
997 MHD_DAEMON_INFO_EPOLL_FD); 997 MHD_DAEMON_INFO_EPOLL_FD);
998 ep = di->listen_fd; 998 ep = di->listen_fd;
999 if (!MHD_itc_init_ (kicker)) 999 if (! MHD_itc_init_ (kicker))
1000 abort (); 1000 abort ();
1001 while (! done) 1001 while (! done)
1002 { 1002 {