mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Fix misleading indentation.
This commit is contained in:
parent
0e76d5d67c
commit
74b735ab68
7
lrzip.c
7
lrzip.c
|
|
@ -795,9 +795,10 @@ bool decompress_file(rzip_control *control)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( STDOUT )
|
if (STDOUT) {
|
||||||
if (unlikely(!open_tmpoutbuf(control)))
|
if (unlikely(!open_tmpoutbuf(control)))
|
||||||
return false;
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
if (!STDIN) {
|
if (!STDIN) {
|
||||||
if (unlikely(!read_magic(control, fd_in, &expected_size)))
|
if (unlikely(!read_magic(control, fd_in, &expected_size)))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue