tidy-up: whitespace/indent

Closes #17925
This commit is contained in:
Viktor Szakats 2025-07-14 13:48:52 +02:00
parent e9ae1bd404
commit 3222eabe18
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
9 changed files with 45 additions and 47 deletions

View file

@ -57,7 +57,7 @@ CURLcode Curl_cf_http_proxy_insert_after(struct Curl_cfilter *cf_at,
extern struct Curl_cftype Curl_cft_http_proxy;
#endif /* !CURL_DISABLE_PROXY && !CURL_DISABLE_HTTP */
#endif /* !CURL_DISABLE_PROXY && !CURL_DISABLE_HTTP */
#define IS_HTTPS_PROXY(t) (((t) == CURLPROXY_HTTPS) || \
((t) == CURLPROXY_HTTPS2))