tidy-up: whitespace

Closes #21456
This commit is contained in:
Viktor Szakats 2026-04-15 23:57:35 +02:00
parent 1ea3060a25
commit 032ea65ff2
No known key found for this signature in database
5 changed files with 119 additions and 123 deletions

View file

@ -1623,7 +1623,6 @@ static CURLcode cookiefile(struct Curl_easy *data, const char *ptr)
#endif
#ifndef CURL_DISABLE_PROXY
static CURLcode setproxy(struct Curl_easy *data, const char *proxy)
{
if((data->set.str[STRING_PROXY] && proxy) &&
@ -1636,7 +1635,6 @@ static CURLcode setproxy(struct Curl_easy *data, const char *proxy)
return Curl_setstropt(&data->set.str[STRING_PROXY], proxy);
}
static CURLcode setopt_cptr_proxy(struct Curl_easy *data, CURLoption option,
const char *ptr)
{