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

@ -90,4 +90,3 @@ for my $m (@files) {
}
}
exit $error;

View File

@ -78,4 +78,3 @@ for my $m (@files) {
$error |= testcompile($m);
}
exit $error;

View File

@ -81,4 +81,3 @@ CURLE_OK or a CURL error code upon failure.
.SH "SEE ALSO"
.BR curl_mime_addpart (3),
.BR curl_mime_name (3)

View File

@ -68,4 +68,3 @@ CURLM_OK is returned.
.BR curl_multi_get_handles (3),
.BR curl_easy_init (3),
.BR curl_multi_init (3)

View File

@ -60,4 +60,3 @@ other curl functions.
.BR curl_multi_get_handles (3),
.BR curl_global_init (3),
.BR curl_easy_init (3)

View File

@ -68,4 +68,3 @@ Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.BR curl_easy_setopt (3),
.BR CURLINFO_SIZE_DOWNLOAD_T (3),
.BR CURLINFO_SIZE_UPLOAD (3)

View File

@ -68,4 +68,3 @@ Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.BR curl_easy_setopt (3),
.BR CURLINFO_SIZE_UPLOAD_T (3),
.BR CURLINFO_SPEED_UPLOAD_T (3)

View File

@ -79,4 +79,3 @@ Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.BR CURLOPT_MAXFILESIZE (3),
.BR CURLOPT_UPLOAD_BUFFERSIZE (3),
.BR CURLOPT_WRITEFUNCTION (3)

View File

@ -131,4 +131,3 @@ Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.BR CURLOPT_CLOSESOCKETFUNCTION (3),
.BR CURLOPT_OPENSOCKETFUNCTION (3),
.BR CURLOPT_SOCKOPTFUNCTION (3)

View File

@ -75,5 +75,3 @@ Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.BR CURLOPT_STDERR (3),
.BR CURLOPT_DEBUGFUNCTION (3),
.BR CURLOPT_URL (3)

View File

@ -119,4 +119,3 @@ CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.BR CURLOPT_PROXY_CAPATH (3),
.BR CURLOPT_PROXY_SSL_VERIFYHOST (3),
.BR CURLOPT_PROXY_SSL_VERIFYPEER (3)

View File

@ -77,4 +77,3 @@ CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.BR CURLOPT_SSLCERT (3),
.BR CURLOPT_SSLKEY (3),
.BR CURLOPT_SSLKEYTYPE (3)

View File

@ -78,4 +78,3 @@ Returns CURLE_OK if supported, CURLE_NOT_BUILT_IN otherwise.
.BR CURLOPT_SSL_CIPHER_LIST (3),
.BR CURLOPT_SSLVERSION (3),
.BR CURLOPT_TLS13_CIPHERS (3)

View File

@ -63,5 +63,3 @@ Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
.BR CURLOPT_SOCKS5_GSSAPI_SERVICE (3),
.BR CURLOPT_PROXY (3)

View File

@ -61,4 +61,3 @@ Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.BR CURLOPT_SSL_OPTIONS (3),
.BR CURLOPT_SSL_CIPHER_LIST (3),
.BR CURLOPT_TLS13_CIPHERS (3)

View File

@ -65,4 +65,3 @@ Returns CURLE_OK
.BR CURLOPT_VERBOSE (3),
.BR CURLOPT_NOPROGRESS (3),
.BR CURLOPT_DEBUGFUNCTION (3)

View File

@ -80,4 +80,3 @@ Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.BR CURLOPT_HTTP_VERSION (3),
.BR CURLOPT_STREAM_DEPENDS (3),
.BR CURLOPT_STREAM_WEIGHT (3)

View File

@ -63,4 +63,3 @@ Added in 7.19.4
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
.BR CURLOPT_MAXFILESIZE (3)

View File

@ -107,4 +107,3 @@ Returns CURLE_OK.
.SH "SEE ALSO"
.BR CURLOPT_TRAILERDATA (3),
.BR CURLOPT_WRITEFUNCTION (3)

View File

@ -65,4 +65,3 @@ Along with FTP
Returns CURLE_OK if FTP is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
.BR CURLOPT_CRLF (3)

View File

@ -66,4 +66,3 @@ CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.BR CURLOPT_HTTPHEADER (3),
.BR CURLOPT_REFERER (3),
.BR CURLOPT_REQUEST_TARGET (3)

View File

@ -67,4 +67,3 @@ CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
.BR CURLOPT_MAIL_AUTH (3),
.BR CURLOPT_USERNAME (3)

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));

View File

@ -58,7 +58,7 @@ rem ***************************************************************************
set VERSION=VC14.10
) else if /i "%~1" == "vc14.20" (
set VERSION=VC14.20
)else if /i "%~1" == "vc14.30" (
) else if /i "%~1" == "vc14.30" (
set VERSION=VC14.30
) else if /i "%~1" == "-clean" (
set MODE=CLEAN
@ -167,7 +167,7 @@ rem ***************************************************************************
)
if not "%VERSION%" == "ALL" goto success
:vc14.20
echo.

View File

@ -412,7 +412,7 @@ sub sysread_or_die {
sub startsf {
my @mainsockfcmd = ("./server/sockfilt".exe_ext('SRV'),
"--ipv$ipvnum",
"--port", $port,
"--port", $port,
"--pidfile", $mainsockf_pidfile,
"--portfile", $portfile,
"--logfile", $mainsockf_logfile);

View File

@ -8,4 +8,4 @@ ws-data
ws-pingpong
h2-upgrade-extreme
tls-session-reuse
h2-pausing
h2-pausing