mirror of
https://github.com/curl/curl.git
synced 2026-08-04 09:30:03 +03:00
tidy-up: miscellaneous
- tool_bname: scope an include. - `endif` comments. - Markdown fixes. - comment tidy-ups. - whitespace, newlines, indent. Closes #20309
This commit is contained in:
parent
62ba3604dc
commit
ac6264366f
98 changed files with 829 additions and 863 deletions
|
|
@ -110,8 +110,7 @@ static void mntfy_chunk_dispatch_all(struct Curl_multi *multi,
|
|||
/* only when notification has not been disabled in the meantime */
|
||||
if(data && Curl_uint32_bset_contains(&multi->ntfy.enabled, e->type)) {
|
||||
/* this may cause new notifications to be added! */
|
||||
CURL_TRC_M(multi->admin,
|
||||
"[NTFY] dispatch %u to xfer %u",
|
||||
CURL_TRC_M(multi->admin, "[NTFY] dispatch %u to xfer %u",
|
||||
e->type, e->mid);
|
||||
multi->ntfy.ntfy_cb(multi, e->type, data, multi->ntfy.ntfy_cb_data);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue