tidy-up: whitespace [ci skip]

This commit is contained in:
Viktor Szakats 2024-06-24 20:26:34 +02:00
parent 1f1975b84c
commit ff92e3b13c
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201
3 changed files with 1 additions and 3 deletions

View File

@ -1653,7 +1653,7 @@ if(NOT CURL_DISABLE_INSTALL)
_add_if("UnixSockets" USE_UNIX_SOCKETS)
_add_if("libz" HAVE_LIBZ)
_add_if("brotli" HAVE_BROTLI)
_add_if("gsasl" USE_GSASL)
_add_if("gsasl" USE_GSASL)
_add_if("zstd" HAVE_ZSTD)
_add_if("AsynchDNS" USE_ARES OR USE_THREADS_POSIX OR USE_THREADS_WIN32)
_add_if("IDN" HAVE_LIBIDN2 OR USE_WIN32_IDN OR USE_APPLE_IDN)

View File

@ -76,4 +76,3 @@ class TestMethods:
'&chunks=1&chunk_size=0&chunk_delay=10ms'
r = curl.http_delete(urls=[url], alpn_proto=proto)
r.check_stats(count=count, http_status=204, exitcode=0)

View File

@ -168,4 +168,3 @@ class TestVsFTPD:
tofile=dstfile,
n=1))
assert False, f'upload {dstfile} differs:\n{diff}'