mirror of
https://github.com/curl/curl.git
synced 2026-08-04 22:16:13 +03:00
code: style updates
This commit is contained in:
parent
9d194a1143
commit
a71012c03e
85 changed files with 249 additions and 248 deletions
|
|
@ -1520,7 +1520,7 @@ static CURLcode operate_do(struct GlobalConfig *global,
|
|||
fflush(outs.stream);
|
||||
/* truncate file at the position where we started appending */
|
||||
#ifdef HAVE_FTRUNCATE
|
||||
if(ftruncate( fileno(outs.stream), outs.init)) {
|
||||
if(ftruncate(fileno(outs.stream), outs.init)) {
|
||||
/* when truncate fails, we can't just append as then we'll
|
||||
create something strange, bail out */
|
||||
if(!global->mute)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue