From: Viktor Szakats Date: Tue, 14 May 2024 14:49:47 +0000 (+0200) Subject: tidy-up: whitespace [ci skip] X-Git-Tag: curl-8_8_0~58 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4eb4d660d61a47ac13fd8aa9287528870f0c06ad;p=thirdparty%2Fcurl.git tidy-up: whitespace [ci skip] --- diff --git a/docs/cmdline-opts/ech.md b/docs/cmdline-opts/ech.md index f8a9a0dbd2..5c76f5bf20 100644 --- a/docs/cmdline-opts/ech.md +++ b/docs/cmdline-opts/ech.md @@ -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). - diff --git a/renovate.json.license b/renovate.json.license index d789d4f4b0..e5edc594b7 100644 --- a/renovate.json.license +++ b/renovate.json.license @@ -1,3 +1,3 @@ Copyright (C) Daniel Stenberg, , et al. -SPDX-License-Identifier: curl \ No newline at end of file +SPDX-License-Identifier: curl diff --git a/tests/http/test_17_ssl_use.py b/tests/http/test_17_ssl_use.py index 8d41eb2863..ca8c4c868d 100644 --- a/tests/http/test_17_ssl_use.py +++ b/tests/http/test_17_ssl_use.py @@ -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}' - diff --git a/tests/unit/CMakeLists.txt b/tests/unit/CMakeLists.txt index 9ca9a97cc9..74967500fb 100644 --- a/tests/unit/CMakeLists.txt +++ b/tests/unit/CMakeLists.txt @@ -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})