tidy-up: whitespace, indent, #if 0

Closes #18090
This commit is contained in:
Viktor Szakats 2025-07-25 16:23:15 +02:00
parent daa5b044b8
commit 58e0ff809f
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
9 changed files with 171 additions and 172 deletions

View file

@ -370,7 +370,7 @@ curl_includes_winsock2="\
/* includes start */
#ifdef _WIN32
# ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
# endif
# include <winsock2.h>
#endif
@ -389,7 +389,7 @@ curl_includes_ws2tcpip="\
/* includes start */
#ifdef _WIN32
# ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
# endif
# include <winsock2.h>
# include <ws2tcpip.h>