mirror of
https://github.com/curl/curl.git
synced 2026-08-24 11:43:38 +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
|
|
@ -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