mirror of
https://github.com/curl/curl.git
synced 2026-08-26 01:43:37 +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
|
|
@ -38,7 +38,7 @@ struct mntfy_entry {
|
|||
uint32_t type;
|
||||
};
|
||||
|
||||
#define CURL_MNTFY_CHUNK_SIZE 128
|
||||
#define CURL_MNTFY_CHUNK_SIZE 128
|
||||
|
||||
struct mntfy_chunk {
|
||||
struct mntfy_chunk *next;
|
||||
|
|
@ -171,7 +171,7 @@ void Curl_mntfy_add(struct Curl_easy *data, unsigned int type)
|
|||
Curl_uint32_bset_contains(&multi->ntfy.enabled, (uint32_t)type)) {
|
||||
/* append to list of outstanding notifications */
|
||||
struct mntfy_chunk *tail = mntfy_non_full_tail(&multi->ntfy);
|
||||
CURL_TRC_M(data, "[NTFY] add %d for xfer %u", type, data->mid);
|
||||
CURL_TRC_M(data, "[NTFY] add %d for xfer %u", type, data->mid);
|
||||
if(tail)
|
||||
mntfy_chunk_append(tail, data, (uint32_t)type);
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue