aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-10-12 18:00:05 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-10-13 09:07:02 +0300
commitc8b0bf5627c20f6681ec9207ad4b30d84ef825e9 (patch)
treec5ec2b87c00e26d1bb8019701fb41a03d22c6b63
parent6e95c305e4f0a3b0c33d8d4db7db8058f998e089 (diff)
downloadlibmicrohttpd-c8b0bf5627c20f6681ec9207ad4b30d84ef825e9.tar.gz
libmicrohttpd-c8b0bf5627c20f6681ec9207ad4b30d84ef825e9.zip
testcurl/https/Makefile.am: removed bad whitespace
-rw-r--r--src/testcurl/https/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/Makefile.am b/src/testcurl/https/Makefile.am
index 77f80017..c3db4dba 100644
--- a/src/testcurl/https/Makefile.am
+++ b/src/testcurl/https/Makefile.am
@@ -29,7 +29,7 @@ if HAVE_GNUTLS_SNI
29endif 29endif
30 30
31if HAVE_POSIX_THREADS 31if HAVE_POSIX_THREADS
32 HTTPS_PARALLEL_TESTS = \ 32HTTPS_PARALLEL_TESTS = \
33 test_https_get_parallel \ 33 test_https_get_parallel \
34 test_https_get_parallel_threads 34 test_https_get_parallel_threads
35endif 35endif