mirror of
https://github.com/curl/curl.git
synced 2026-08-12 05:20:53 +03:00
tidy-up: miscellaneous
- fix typos. - badword: add two new words. - cpp: drop parentheses from standalone `#if` expressions. - libssh: vertical-align comment block with others. - clang-format. Closes #21880
This commit is contained in:
parent
982e19f231
commit
d3e9a815c4
31 changed files with 246 additions and 252 deletions
|
|
@ -2812,14 +2812,14 @@ struct curl_slist {
|
|||
* backend can also be specified via the name parameter (passing -1 as id). If
|
||||
* both id and name are specified, the name is ignored. If neither id nor
|
||||
* name are specified, the function fails with CURLSSLSET_UNKNOWN_BACKEND
|
||||
* and set the "avail" pointer to the NULL-terminated list of available
|
||||
* and set the "avail" pointer to the null-terminated list of available
|
||||
* backends.
|
||||
*
|
||||
* Upon success, the function returns CURLSSLSET_OK.
|
||||
*
|
||||
* If the specified SSL backend is not available, the function returns
|
||||
* CURLSSLSET_UNKNOWN_BACKEND and sets the "avail" pointer to a
|
||||
* NULL-terminated list of available SSL backends.
|
||||
* null-terminated list of available SSL backends.
|
||||
*
|
||||
* The SSL backend can be set only once. If it has already been set, a
|
||||
* subsequent attempt to change it results in a CURLSSLSET_TOO_LATE.
|
||||
|
|
|
|||
|
|
@ -297,7 +297,7 @@
|
|||
/* ===================================== */
|
||||
|
||||
#elif defined(_MSC_VER)
|
||||
# if (_MSC_VER >= 1800)
|
||||
# if _MSC_VER >= 1800
|
||||
# include <inttypes.h>
|
||||
# define CURL_FORMAT_CURL_OFF_T PRId64
|
||||
# define CURL_FORMAT_CURL_OFF_TU PRIu64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue