mirror of
https://github.com/curl/curl.git
synced 2026-08-25 08:13:31 +03:00
removed tabs and trailing whitespace from source
This commit is contained in:
parent
5c7dcc6c33
commit
39af394a1c
70 changed files with 2037 additions and 2041 deletions
|
|
@ -256,7 +256,7 @@ int Curl_pgrsUpdate(struct connectdata *conn)
|
|||
if (!data->progress.callback) {
|
||||
if(conn->resume_from)
|
||||
fprintf(data->set.err,
|
||||
"** Resuming transfer from byte position %" FORMAT_OFF_T
|
||||
"** Resuming transfer from byte position %" FORMAT_OFF_T
|
||||
"\n",
|
||||
conn->resume_from);
|
||||
fprintf(data->set.err,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue