From 4feb0954e058e39b7220ef2e9907655e9f0c1d27 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 7 Sep 2025 16:50:24 +0200 Subject: [PATCH] formatting --- tests/server/util.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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