mirror of
https://github.com/zlib-ng/minizip-ng
synced 2026-08-25 14:26:08 -04:00
Fixed minor formatting whitespace changes.
This commit is contained in:
parent
9829913018
commit
1e4cc21871
16 changed files with 48 additions and 55 deletions
|
|
@ -122,7 +122,6 @@ int32_t mz_stream_bzip_read(void *stream, void *buf, int32_t size) {
|
|||
int32_t read = 0;
|
||||
int32_t err = BZ_OK;
|
||||
|
||||
|
||||
if (bzip->stream_end)
|
||||
return 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue