From ff92e3b13ce34f8c00410eea0ffbba4d7c20e679 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 24 Jun 2024 20:26:34 +0200 Subject: [PATCH] tidy-up: whitespace [ci skip] --- CMakeLists.txt | 2 +- tests/http/test_18_methods.py | 1 - tests/http/test_31_vsftpds.py | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) 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}' - -- 2.47.3