mirror of
https://github.com/curl/curl.git
synced 2026-07-08 12:17:15 +03:00
tidy-up: whitespace [ci skip]
This commit is contained in:
parent
1f1975b84c
commit
ff92e3b13c
3 changed files with 1 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -168,4 +168,3 @@ class TestVsFTPD:
|
|||
tofile=dstfile,
|
||||
n=1))
|
||||
assert False, f'upload {dstfile} differs:\n{diff}'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue