From: Viktor Szakats Date: Mon, 24 Jun 2024 18:26:34 +0000 (+0200) Subject: tidy-up: whitespace [ci skip] X-Git-Tag: curl-8_9_0~198 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff92e3b13ce34f8c00410eea0ffbba4d7c20e679;p=thirdparty%2Fcurl.git tidy-up: whitespace [ci skip] --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b778beed0..9faff569c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/tests/http/test_18_methods.py b/tests/http/test_18_methods.py index fca3ee2d8d..e959f19aa5 100644 --- a/tests/http/test_18_methods.py +++ b/tests/http/test_18_methods.py @@ -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) - diff --git a/tests/http/test_31_vsftpds.py b/tests/http/test_31_vsftpds.py index 507a4a9570..2283812473 100644 --- a/tests/http/test_31_vsftpds.py +++ b/tests/http/test_31_vsftpds.py @@ -168,4 +168,3 @@ class TestVsFTPD: tofile=dstfile, n=1)) assert False, f'upload {dstfile} differs:\n{diff}' -