mirror of
https://github.com/curl/curl.git
synced 2026-07-28 01:33:11 +03:00
style: use space after comment start and before comment end
/* like this */ /*not this*/ checksrc is updated accordingly Closes #9828
This commit is contained in:
parent
b8c302dcba
commit
52cc4a85fd
42 changed files with 152 additions and 147 deletions
|
|
@ -254,11 +254,8 @@ struct OperationConfig {
|
|||
bool xattr; /* store metadata in extended attributes */
|
||||
long gssapi_delegation;
|
||||
bool ssl_allow_beast; /* allow this SSL vulnerability */
|
||||
bool proxy_ssl_allow_beast; /* allow this SSL vulnerability for proxy*/
|
||||
|
||||
bool proxy_ssl_allow_beast; /* allow this SSL vulnerability for proxy */
|
||||
bool ssl_no_revoke; /* disable SSL certificate revocation checks */
|
||||
/*bool proxy_ssl_no_revoke; */
|
||||
|
||||
bool ssl_revoke_best_effort; /* ignore SSL revocation offline/missing
|
||||
revocation list errors */
|
||||
|
||||
|
|
|
|||
|
|
@ -1290,7 +1290,7 @@ ParameterError getparameter(const char *flag, /* f or -long-flag */
|
|||
/* This specifies the noproxy list */
|
||||
GetStr(&config->noproxy, nextarg);
|
||||
break;
|
||||
case '7': /* --socks5-gssapi-nec*/
|
||||
case '7': /* --socks5-gssapi-nec */
|
||||
config->socks5_gssapi_nec = toggle;
|
||||
break;
|
||||
case '8': /* --proxy1.0 */
|
||||
|
|
@ -1436,7 +1436,7 @@ ParameterError getparameter(const char *flag, /* f or -long-flag */
|
|||
config->httpversion = CURL_HTTP_VERSION_2_0;
|
||||
break;
|
||||
case '3': /* --http2-prior-knowledge */
|
||||
/* HTTP version 2.0 over clean TCP*/
|
||||
/* HTTP version 2.0 over clean TCP */
|
||||
config->httpversion = CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE;
|
||||
break;
|
||||
case '4': /* --http3 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue