mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +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
|
|
@ -99,9 +99,8 @@ bool Curl_uint32_bset_first(struct uint32_bset *bset, uint32_t *pfirst);
|
|||
bool Curl_uint32_bset_next(struct uint32_bset *bset, uint32_t last,
|
||||
uint32_t *pnext);
|
||||
|
||||
|
||||
#ifndef CURL_POPCOUNT64
|
||||
#define CURL_POPCOUNT64(x) Curl_popcount64(x)
|
||||
#define CURL_POPCOUNT64(x) Curl_popcount64(x)
|
||||
#define CURL_POPCOUNT64_IMPLEMENT
|
||||
uint32_t Curl_popcount64(uint64_t x);
|
||||
#endif /* !CURL_POPCOUNT64 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue