mirror of
https://github.com/curl/curl.git
synced 2026-08-25 03:43:31 +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
|
|
@ -111,7 +111,7 @@ CURLcode Curl_req_done(struct SingleRequest *req,
|
|||
|
||||
void Curl_req_hard_reset(struct SingleRequest *req, struct Curl_easy *data)
|
||||
{
|
||||
struct curltime t0 = {0, 0};
|
||||
struct curltime t0 = { 0, 0 };
|
||||
|
||||
Curl_safefree(req->newurl);
|
||||
Curl_client_reset(data);
|
||||
|
|
@ -473,6 +473,6 @@ CURLcode Curl_req_stop_send_recv(struct Curl_easy *data)
|
|||
CURLcode result = CURLE_OK;
|
||||
if(data->req.keepon & KEEP_SEND)
|
||||
result = Curl_req_abort_sending(data);
|
||||
data->req.keepon &= ~(KEEP_RECV|KEEP_SEND);
|
||||
data->req.keepon &= ~(KEEP_RECV | KEEP_SEND);
|
||||
return result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue