mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
zlib, uart: fix mix of spaces & tabs
This commit is contained in:
parent
46af10d54d
commit
1fe75f2481
6 changed files with 426 additions and 426 deletions
|
@ -989,7 +989,7 @@ void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last)
|
|||
#endif
|
||||
} else {
|
||||
#endif /* !ZLIB_PM3_TUNED */
|
||||
send_bits(s, (DYN_TREES<<1)+last, 3);
|
||||
send_bits(s, (DYN_TREES<<1)+last, 3);
|
||||
send_all_trees(s, s->l_desc.max_code+1, s->d_desc.max_code+1,
|
||||
max_blindex+1);
|
||||
compress_block(s, (const ct_data *)s->dyn_ltree,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue