]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tidy-up: whitespace [ci skip]
authorViktor Szakats <commit@vsz.me>
Mon, 24 Jun 2024 18:26:34 +0000 (20:26 +0200)
committerViktor Szakats <commit@vsz.me>
Mon, 24 Jun 2024 18:26:34 +0000 (20:26 +0200)
CMakeLists.txt
tests/http/test_18_methods.py
tests/http/test_31_vsftpds.py

index 2b778beed0b4411668aade20a2a412709a397848..9faff569c37df17dfb6802477ff7a1ff9bbd9a34 100644 (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)
index fca3ee2d8d9e91f23118332de942488ddbf59f86..e959f19aa5e2edc8d3c116d502187d3fdf8ed575 100644 (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)
-
index 507a4a95703e2275c9d608aa7f334096ad124986..228381247307c99611276f826b52a6be7d71f2e4 100644 (file)
@@ -168,4 +168,3 @@ class TestVsFTPD:
                                                 tofile=dstfile,
                                                 n=1))
             assert False, f'upload {dstfile} differs:\n{diff}'
-