mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:23:38 +03:00
lib: fix formatting nits (part 3)
From `lib/h` to `lib/w`. part 1:47a1ab2ebe#19764 part 2:86b346443b#19800 Closes #19811
This commit is contained in:
parent
dc8c0d54a5
commit
c3b030b860
102 changed files with 2001 additions and 2226 deletions
|
|
@ -335,8 +335,8 @@ static const char * const supported_protocols[] = {
|
|||
#ifndef CURL_DISABLE_LDAP
|
||||
"ldap",
|
||||
#if !defined(CURL_DISABLE_LDAPS) && \
|
||||
((defined(USE_OPENLDAP) && defined(USE_SSL)) || \
|
||||
(!defined(USE_OPENLDAP) && defined(HAVE_LDAP_SSL)))
|
||||
((defined(USE_OPENLDAP) && defined(USE_SSL)) || \
|
||||
(!defined(USE_OPENLDAP) && defined(HAVE_LDAP_SSL)))
|
||||
"ldaps",
|
||||
#endif
|
||||
#endif
|
||||
|
|
@ -438,7 +438,7 @@ static int ech_present(curl_version_info_data *info)
|
|||
* Use FEATURE() macro to define an entry: this allows documentation check.
|
||||
*/
|
||||
|
||||
#define FEATURE(name, present, bitmask) {(name), (present), (bitmask)}
|
||||
#define FEATURE(name, present, bitmask) { (name), (present), (bitmask) }
|
||||
|
||||
struct feat {
|
||||
const char *name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue