tidy-up: whitespace

Closes #12484
This commit is contained in:
Viktor Szakats 2023-12-07 19:06:02 +00:00
parent ca6bafce95
commit ede2e812c2
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
26 changed files with 6 additions and 30 deletions

View file

@ -1796,8 +1796,8 @@ AC_DEFUN([CURL_CHECK_FUNC_GETADDRINFO], [
#ifdef HAVE_WINSOCK2_H
WSADATA wsa;
if (WSAStartup(MAKEWORD(2,2), &wsa))
exit(2);
if(WSAStartup(MAKEWORD(2, 2), &wsa))
exit(2);
#endif
memset(&hints, 0, sizeof(hints));