mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
transfer.c: Fixed indentation in readwrite_data.
This commit is contained in:
parent
7872c8d5a2
commit
9230be0797
@ -509,7 +509,7 @@ static CURLcode readwrite_data(struct SessionHandle *data,
|
||||
"Rewinding stream by : %zd"
|
||||
" bytes on url %s (zero-length body)\n",
|
||||
nread, data->state.path);
|
||||
read_rewind(conn, (size_t)nread);
|
||||
read_rewind(conn, (size_t)nread);
|
||||
}
|
||||
else {
|
||||
infof(data,
|
||||
|
Loading…
Reference in New Issue
Block a user