mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:23:33 +03:00
style: use space after comment start and before comment end
/* like this */ /*not this*/ checksrc is updated accordingly Closes #9828
This commit is contained in:
parent
b8c302dcba
commit
52cc4a85fd
42 changed files with 152 additions and 147 deletions
|
|
@ -340,7 +340,7 @@ static CURLcode file_upload(struct Curl_easy *data)
|
|||
|
||||
nread = readcount;
|
||||
|
||||
/*skip bytes before resume point*/
|
||||
/* skip bytes before resume point */
|
||||
if(data->state.resume_from) {
|
||||
if((curl_off_t)nread <= data->state.resume_from) {
|
||||
data->state.resume_from -= nread;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue