]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tidy-up: one comment and EOF newlines
authorViktor Szakats <commit@vsz.me>
Tue, 12 Mar 2024 12:04:27 +0000 (12:04 +0000)
committerViktor Szakats <commit@vsz.me>
Tue, 12 Mar 2024 15:38:44 +0000 (15:38 +0000)
Reviewed-by: Daniel Stenberg
Closes #13108

docs/CLIENT-WRITERS.md
docs/CONNECTION-FILTERS.md
docs/cmdline-opts/.gitignore
docs/libcurl/opts/CURLOPT_SEEKDATA.md
lib/vtls/mbedtls_threadlock.h
scripts/nroff2cd

index 227e11db6ad075d4331af68b2e58e2eaa665312b..47e802f121572aa75aa12c1af30fbcf89e1a2fa8 100644 (file)
@@ -115,4 +115,3 @@ That is why transfer decoding writers are added for phase `CURL_CW_TRANSFER_DECO
 By adding the common behavior of all protocols into `Curl_client_write()` we make sure that they do apply everywhere. Protocol handler have less to worry about. Changes to default behavior can be done without affecting handler implementations.
 
 Having a writer chain as implementation allows protocol handlers with extra needs, like HTTP, to add to this for special behavior. The common way of writing the actual response data stays the same.
-
index 06ec0293f7e7703abdfaf5b55223f56b3cd16107..95b6d50d7a7f465730a9a53be8db6c49ab907bc6 100644 (file)
@@ -300,4 +300,3 @@ conn[curl.se] --> HTTPS-CONNECT --> NULL
 conn[curl.se] --> HTTPS-CONNECT --> SETUP[QUIC] --> HAPPY-EYEBALLS --> HTTP/3[151.101.1.91]:443
 * transfer
 ```
-
index 16213ffa1ea6670d172531b8c18eec336f117eb7..8d42e2c53d515ebd2e48d170af20a092d702a2fd 100644 (file)
@@ -2,4 +2,4 @@
 #
 # SPDX-License-Identifier: curl
 
-curl.txt
\ No newline at end of file
+curl.txt
index 84ea49f47fa0cdeac6c5c79991abde54c2b6447b..563db558d26789a6f3fab2515bcc766a0c92ecd6 100644 (file)
@@ -68,4 +68,3 @@ int main(void)
 Added in 7.18.0
 
 # RETURN VALUE
-
index c8557e723e9d75d71aeb99b98ed79a640057c1c1..484626852f5576e09cffc5bbe500d9f52e2d25b6 100644 (file)
@@ -43,7 +43,7 @@ int Curl_mbedtlsthreadlock_unlock_function(int n);
 #define Curl_mbedtlsthreadlock_lock_function(x) 1
 #define Curl_mbedtlsthreadlock_unlock_function(x) 1
 
-#endif /* USE_THREADS_POSIX || USE_THREADS_WIN32 */
+#endif /* (USE_THREADS_POSIX && HAVE_PTHREAD_H) || _WIN32 */
 
 #endif /* USE_MBEDTLS */
 
index 500367f8149cd620da0c48d7c15d67437c374a76..fdf5bde29d443761b42fa682dfcc4e39b03cd7b3 100755 (executable)
@@ -190,4 +190,3 @@ HEAD
 }
 
 exit single($ARGV[0]);
-