tidy-up: whitespace [ci skip]

This commit is contained in:
Viktor Szakats 2024-05-14 16:49:47 +02:00
parent 0c890d93eb
commit 4eb4d660d6
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201
4 changed files with 2 additions and 4 deletions

View 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).

View File

@ -1,3 +1,3 @@
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
SPDX-License-Identifier: curl

View 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}'

View 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})