diff --git a/tests/server/util.c b/tests/server/util.c index 6ae64a5e60..02f91083e4 100644 --- a/tests/server/util.c +++ b/tests/server/util.c @@ -623,8 +623,7 @@ void install_signal_handlers(bool keep_sigalrm) #if !defined(CURL_WINDOWS_UWP) && !defined(UNDER_CE) thread_main_window = CreateThread(NULL, 0, &main_window_loop, - GetModuleHandle(NULL), 0, - &thread_main_id); + GetModuleHandle(NULL), 0, &thread_main_id); if(!thread_main_window || !thread_main_id) logmsg("cannot start main window loop"); #endif