mirror of
https://github.com/curl/curl.git
synced 2026-07-24 00:37:23 +03:00
tidy-up: whitespace [ci skip]
This commit is contained in:
parent
0c890d93eb
commit
4eb4d660d6
4 changed files with 2 additions and 4 deletions
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
|
||||
SPDX-License-Identifier: curl
|
||||
SPDX-License-Identifier: curl
|
||||
|
|
|
|||
|
|
@ -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}'
|
||||
|
||||
|
|
|
|||
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue