mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:21:41 +03:00
lib: fix formatting nits (part 2)
From `lib/curl*` to `lib/g*`. With fixes to part 1.
part 1: 47a1ab2ebe #19764
Closes #19800
This commit is contained in:
parent
3e2a946926
commit
86b346443b
56 changed files with 976 additions and 1088 deletions
|
|
@ -53,7 +53,7 @@ static struct cw_pause_buf *cw_pause_buf_create(int type, size_t buflen)
|
|||
cwbuf->type = type;
|
||||
if(type & CLIENTWRITE_BODY)
|
||||
Curl_bufq_init2(&cwbuf->b, CW_PAUSE_BUF_CHUNK, 1,
|
||||
(BUFQ_OPT_SOFT_LIMIT|BUFQ_OPT_NO_SPARES));
|
||||
(BUFQ_OPT_SOFT_LIMIT | BUFQ_OPT_NO_SPARES));
|
||||
else
|
||||
Curl_bufq_init(&cwbuf->b, buflen, 1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue