]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tidy-up: whitespace [ci skip]
authorViktor Szakats <commit@vsz.me>
Tue, 14 May 2024 14:49:47 +0000 (16:49 +0200)
committerViktor Szakats <commit@vsz.me>
Tue, 14 May 2024 14:49:47 +0000 (16:49 +0200)
docs/cmdline-opts/ech.md
renovate.json.license
tests/http/test_17_ssl_use.py
tests/unit/CMakeLists.txt

index f8a9a0dbd2cface27092b92bc5f8af29c299f12e..5c76f5bf2011f94079dcc2d2ea96ee781f141406 100644 (file)
@@ -51,4 +51,3 @@ A name to use to over-ride the `public_name` field of an ECHConfigList
 
 Most errors cause error
 *CURLE_ECH_REQUIRED* (101).
-
index d789d4f4b088352b7cf89b592c88daeaefd28d01..e5edc594b7a577597f2d0677c896a56692c304ca 100644 (file)
@@ -1,3 +1,3 @@
 Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
 
-SPDX-License-Identifier: curl
\ No newline at end of file
+SPDX-License-Identifier: curl
index 8d41eb28630ea638801edfd80980ed4997f84db0..ca8c4c868d67217f2d4647b48babf8e86235380b 100644 (file)
@@ -175,4 +175,3 @@ class TestSSLUse:
         assert r.json, f'{r}'
         if proto != 'h3':  # we proxy h3
             assert r.json['SSL_TLS_SNI'] == domain, f'{r.json}'
-
index 9ca9a97cc92b3978062ba317f9384d30aabf00c6..74967500fbd5d06fe0266b63daa44492be636ec8 100644 (file)
@@ -33,7 +33,7 @@ include_directories(
   ${CURL_BINARY_DIR}/include      # To be able to reach "curl/curl.h"
 )
 
-if (ENABLE_CURLDEBUG) # running unittests require curl to compiled with CURLDEBUG
+if(ENABLE_CURLDEBUG)  # running unittests require curl to compiled with CURLDEBUG
   foreach(_testfile ${UNITPROGS})
     add_executable(${_testfile} EXCLUDE_FROM_ALL ${_testfile}.c ${UNITFILES})
     add_dependencies(testdeps ${_testfile})