mirror of
https://github.com/curl/curl.git
synced 2026-08-01 03:38:04 +03:00
cleanup: use a single space after equals sign in assignments
This commit is contained in:
parent
ad829b21ae
commit
d23cc224e6
7 changed files with 12 additions and 12 deletions
|
|
@ -2599,7 +2599,7 @@ static CURLcode ssh_statemach_act(struct connectdata *conn, bool *block)
|
|||
|
||||
/* download data */
|
||||
bytecount = (curl_off_t)sb.st_size;
|
||||
data->req.maxdownload = (curl_off_t)sb.st_size;
|
||||
data->req.maxdownload = (curl_off_t)sb.st_size;
|
||||
Curl_setup_transfer(data, FIRSTSOCKET, bytecount, FALSE, -1);
|
||||
|
||||
/* not set by Curl_setup_transfer to preserve keepon bits */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue