Fixed minor formatting whitespace changes.

This commit is contained in:
Nathan Moinvaziri 2023-02-19 10:41:34 -08:00
parent 9829913018
commit 1e4cc21871
16 changed files with 48 additions and 55 deletions

View file

@ -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;