formatting

This commit is contained in:
Viktor Szakats 2025-09-07 16:50:24 +02:00
parent 48bb785daa
commit 4feb0954e0
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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