Skip to content

Commit

Permalink
tidy-up: whitespace [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed May 14, 2024
1 parent 0c890d9 commit 4eb4d66
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/cmdline-opts/ech.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

2 changes: 1 addition & 1 deletion renovate.json.license
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.

SPDX-License-Identifier: curl
SPDX-License-Identifier: curl
1 change: 0 additions & 1 deletion tests/http/test_17_ssl_use.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,3 @@ def test_17_06_localhost(self, env: Env, httpd, nghttpx, repeat, proto):
assert r.json, f'{r}'
if proto != 'h3': # we proxy h3
assert r.json['SSL_TLS_SNI'] == domain, f'{r.json}'

2 changes: 1 addition & 1 deletion tests/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit 4eb4d66

Please sign in to comment.