mirror of
https://github.com/curl/curl.git
synced 2026-07-28 22:33:06 +03:00
tidy-up: miscellaneous
- whitespace, indent, comments, clang-format. - openssl: move feature guards within function blocks. - tunit: drop redundant blocks. Closes #20361
This commit is contained in:
parent
2c6f13093e
commit
814b54d83e
45 changed files with 1521 additions and 1527 deletions
|
|
@ -372,9 +372,9 @@ ParameterError getparameter(const char *flag, const char *nextarg,
|
|||
int max_recursive);
|
||||
|
||||
#ifdef UNITTESTS
|
||||
ParameterError parse_cert_parameter(const char *cert_parameter,
|
||||
char **certname,
|
||||
char **passphrase);
|
||||
UNITTEST ParameterError parse_cert_parameter(const char *cert_parameter,
|
||||
char **certname,
|
||||
char **passphrase);
|
||||
UNITTEST ParameterError GetSizeParameter(const char *arg, curl_off_t *out);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue