remove duplicate empty line

This commit is contained in:
Emanuel Krollmann 2026-07-27 17:04:25 +02:00 committed by GitHub
parent 50b4999ea6
commit a7a9ea6d45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -980,7 +980,6 @@ curl_socket_t win32_stdin_read_thread(void)
if(tdata.socket_w != CURL_SOCKET_BAD)
sclose(tdata.socket_w);
return CURL_SOCKET_BAD;
}