mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
style
This commit is contained in:
parent
260ad9b7ae
commit
ad52243981
4 changed files with 16 additions and 16 deletions
|
@ -206,9 +206,9 @@ int zlib_decompress(FILE *infile, FILE *outfile) {
|
|||
compressed_fpga_stream.opaque = Z_NULL;
|
||||
|
||||
ret = inflateInit2(&compressed_fpga_stream, 0);
|
||||
if ( ret < 0 )
|
||||
if (ret < 0)
|
||||
return (EXIT_FAILURE);
|
||||
|
||||
|
||||
do {
|
||||
if (compressed_fpga_stream.avail_in == 0) {
|
||||
compressed_fpga_stream.next_in = inbuf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue