mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-21 06:03:54 +00:00
Fix misleading indentation.
This commit is contained in:
parent
0e76d5d67c
commit
74b735ab68
1 changed files with 4 additions and 3 deletions
7
lrzip.c
7
lrzip.c
|
|
@ -795,9 +795,10 @@ bool decompress_file(rzip_control *control)
|
|||
}
|
||||
}
|
||||
|
||||
if ( STDOUT )
|
||||
if (unlikely(!open_tmpoutbuf(control)))
|
||||
return false;
|
||||
if (STDOUT) {
|
||||
if (unlikely(!open_tmpoutbuf(control)))
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!STDIN) {
|
||||
if (unlikely(!read_magic(control, fd_in, &expected_size)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue