mirror of
https://github.com/curl/curl.git
synced 2026-07-29 22:08:05 +03:00
code: style updates
This commit is contained in:
parent
9d194a1143
commit
a71012c03e
85 changed files with 249 additions and 248 deletions
|
|
@ -2148,7 +2148,7 @@ CURLcode Curl_http(struct connectdata *conn, bool *done)
|
|||
* file size before we continue this venture in the dark lands of HTTP.
|
||||
*********************************************************************/
|
||||
|
||||
if(data->state.resume_from < 0 ) {
|
||||
if(data->state.resume_from < 0) {
|
||||
/*
|
||||
* This is meant to get the size of the present remote-file by itself.
|
||||
* We don't support this now. Bail out!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue