From a2b15c059422ceac1e8a6f589d96514b8b4daaaa Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 24 Jul 2025 02:01:18 +0200 Subject: [PATCH] lib678.c whitespace --- tests/libtest/lib678.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/libtest/lib678.c b/tests/libtest/lib678.c index 48a54b0527..2461769f8f 100644 --- a/tests/libtest/lib678.c +++ b/tests/libtest/lib678.c @@ -76,10 +76,10 @@ static CURLcode test_cert_blob(const char *url, const char *cafile) } if(loadfile(cafile, &certdata, &certsize)) { - curl_easy_setopt(curl, CURLOPT_VERBOSE, 1L); - curl_easy_setopt(curl, CURLOPT_HEADER, 1L); - curl_easy_setopt(curl, CURLOPT_URL, url); - curl_easy_setopt(curl, CURLOPT_USERAGENT, "CURLOPT_CAINFO_BLOB"); + curl_easy_setopt(curl, CURLOPT_VERBOSE, 1L); + curl_easy_setopt(curl, CURLOPT_HEADER, 1L); + curl_easy_setopt(curl, CURLOPT_URL, url); + curl_easy_setopt(curl, CURLOPT_USERAGENT, "CURLOPT_CAINFO_BLOB"); curl_easy_setopt(curl, CURLOPT_SSL_OPTIONS, (long)CURLSSLOPT_REVOKE_BEST_EFFORT);