mirror of
https://github.com/curl/curl.git
synced 2026-08-25 19:43:33 +03:00
tidy-up: more whitespace/indent, comments
Also a couple of minor formatting updates in the root `CMakeLists.txt`. One swap to `#ifdef`. Closes #17929
This commit is contained in:
parent
63a8167f3e
commit
4d977fe552
82 changed files with 351 additions and 378 deletions
|
|
@ -428,7 +428,7 @@ static int idn_present(curl_version_info_data *info)
|
|||
!defined(CURL_DISABLE_HTTP)
|
||||
static int https_proxy_present(curl_version_info_data *info)
|
||||
{
|
||||
(void) info;
|
||||
(void)info;
|
||||
return Curl_ssl_supports(NULL, SSLSUPP_HTTPS_PROXY);
|
||||
}
|
||||
#endif
|
||||
|
|
@ -436,7 +436,7 @@ static int https_proxy_present(curl_version_info_data *info)
|
|||
#if defined(USE_SSL) && defined(USE_ECH)
|
||||
static int ech_present(curl_version_info_data *info)
|
||||
{
|
||||
(void) info;
|
||||
(void)info;
|
||||
return Curl_ssl_supports(NULL, SSLSUPP_ECH);
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue