]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tidy-up: whitespace
authorViktor Szakats <commit@vsz.me>
Thu, 7 Dec 2023 19:06:02 +0000 (19:06 +0000)
committerViktor Szakats <commit@vsz.me>
Fri, 8 Dec 2023 03:28:50 +0000 (03:28 +0000)
Closes #12484

26 files changed:
.github/scripts/verify-examples.pl
.github/scripts/verify-synopsis.pl
docs/libcurl/curl_mime_headers.3
docs/libcurl/curl_multi_cleanup.3
docs/libcurl/curl_multi_init.3
docs/libcurl/opts/CURLINFO_SIZE_UPLOAD_T.3
docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD_T.3
docs/libcurl/opts/CURLOPT_BUFFERSIZE.3
docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3
docs/libcurl/opts/CURLOPT_PATH_AS_IS.3
docs/libcurl/opts/CURLOPT_PROXY_PINNEDPUBLICKEY.3
docs/libcurl/opts/CURLOPT_PROXY_SSLKEY.3
docs/libcurl/opts/CURLOPT_PROXY_TLS13_CIPHERS.3
docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_NEC.3
docs/libcurl/opts/CURLOPT_SSL_EC_CURVES.3
docs/libcurl/opts/CURLOPT_STDERR.3
docs/libcurl/opts/CURLOPT_STREAM_DEPENDS_E.3
docs/libcurl/opts/CURLOPT_TFTP_BLKSIZE.3
docs/libcurl/opts/CURLOPT_TRAILERFUNCTION.3
docs/libcurl/opts/CURLOPT_TRANSFERTEXT.3
docs/libcurl/opts/CURLOPT_USERAGENT.3
docs/libcurl/opts/CURLOPT_XOAUTH2_BEARER.3
m4/curl-functions.m4
projects/generate.bat
tests/ftpserver.pl
tests/http/clients/.gitignore

index ff275569e154f20f5d96dbbeb3d8b5797959ee3c..0b750711ea10e81ca204239361739a8c76d39336 100755 (executable)
@@ -90,4 +90,3 @@ for my $m (@files) {
     }
 }
 exit $error;
-
index 34f15a8e0cbec61efb94616fed67827dce4fda77..9d32185035e63d3decd64d643fa31a874f98e180 100755 (executable)
@@ -78,4 +78,3 @@ for my $m (@files) {
     $error |= testcompile($m);
 }
 exit $error;
-
index dd6a416694478bcc39075831b156c86ee0c2f0ac..109663c386a928dd6446ffda8d3483ccace0733a 100644 (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)
-
index 751bce9fd921a029294692fb3a3ab417329ebfe0..5b4aae26cefadadcdbff4c847713b3e177098a38 100644 (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)
-
index 9b589a11ec0ca0c839499934f94ba371768609cb..4501a003196d2abfd38bf14bbfd7ecf09a44ef87 100644 (file)
@@ -60,4 +60,3 @@ other curl functions.
 .BR curl_multi_get_handles (3),
 .BR curl_global_init (3),
 .BR curl_easy_init (3)
-
index 24230c04687c7887723911fda95840b56103cf4b..5f5dd766ae882cffe02bc3a11f3f2e5322f3a20b 100644 (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)
-
index b17d282815a149226614ade4541f01830d8e4e01..5bf2c285b58b468b0f28188eae22faf3f022c1a6 100644 (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)
-
index f90c7729506c52e4c368fdacce9d719ca65655fa..5ec1a450e7fde572869156c276decc79c231753e 100644 (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)
-
index f2f8628b461d668cfcc0eda5c7949ee4378e4fb9..9d1a9fd4ca265fa16982a54bf9905d16c2825c96 100644 (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)
-
index 5bfa0ccdc2a18b7904b755b23a48b2c8105c4078..702d979197d8541903e67fe42b59fa51c4bfb2b3 100644 (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)
-
-
index 9a9ce119c322560dca6db061c8fbeb66bafc42e1..631d42f8067e023909b26265a987bac8bd7e0722 100644 (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)
-
index 82a5bf9c29bbb80b52b36181bef9632b7d2318b3..ce79f44a6fac3d3ba69e87feb23dbdb1ff2b6e72 100644 (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)
-
index d64d17ccc70192e5480a7a6ad8a408a029eb603a..fd187add89787503463b74d6a5d564e2505c5cd9 100644 (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)
-
index bc9ea693d0ee90b411169e9c35948d78c1e8d235..2388a16860f281106c0daf51ba456b36d0d8b1af 100644 (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)
-
-
index 65b5407d54d0d261ca094f65c02d428c1bc3d21d..ef123896b54842e3691d6ff61cac97d67bd518f8 100644 (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)
-
index 949841ddadadf8a7803b9a75b8c7d2f1964d737c..79a97d45c7e12ae8379ae1927ac74937c2407213 100644 (file)
@@ -65,4 +65,3 @@ Returns CURLE_OK
 .BR CURLOPT_VERBOSE (3),
 .BR CURLOPT_NOPROGRESS (3),
 .BR CURLOPT_DEBUGFUNCTION (3)
-
index c84173d8542a277c0c8d7044b3b3bb69d75e8641..c26ba812d3a38247dc4b178642b1eba3a5f07dbf 100644 (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)
-
index dcd3ea79a6fb26f478f2c3a797d402ee34ca8a13..3b66a4ce3ae337b377a87c1886023c58101a7ac4 100644 (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)
-
index ed910a3d70f7612956f913e2a89f042240595b63..0d61d1291035cb607e400e5f50ca0edb72e62856 100644 (file)
@@ -107,4 +107,3 @@ Returns CURLE_OK.
 .SH "SEE ALSO"
 .BR CURLOPT_TRAILERDATA (3),
 .BR CURLOPT_WRITEFUNCTION (3)
-
index 020bfec9ec56821dbeec976571277fa8319f5189..dff01dc8678e5bf29afde3a0b10720c7ce70c2c6 100644 (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)
-
index bcb6a3c63a77ba82b533318bed59ced42b3f85ff..1ed5a7bc5f67f03b4dcb49238966561d5face192 100644 (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)
-
index 0dc5242fdb827801327cd9494145ee6e4a270fde..98ac90f1eba1f4e63daa64c93e93c117b5e54128 100644 (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)
-
index 28f4b8b9acb543126d14518991d67dd008364025..a3275673a27c38124dceba9caebb8501a0558933 100644 (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));
index 7156a1731aef6967dd2171dc9c7a2abbc6a5138e..a110adffc3d9a70fecd4f1bd1e9e99cbd8e51465 100644 (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.
 
index d0be36f15443b3843239f7e72ffdcc2d9abb7ed0..cd798f0b9760a85e337129431b56c8c3af065c45 100755 (executable)
@@ -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);
index 8d885e16e04eb50926fbf530c8a717de6bc577a3..f461524b3ea505cf65952a1fdbf2e103bd3e20ab 100644 (file)
@@ -8,4 +8,4 @@ ws-data
 ws-pingpong
 h2-upgrade-extreme
 tls-session-reuse
-h2-pausing
\ No newline at end of file
+h2-pausing