From: Nathan Moinvaziri Date: Tue, 2 Jun 2020 16:26:13 +0000 (-0700) Subject: Fixed whitespace formatting in bi_flush. X-Git-Tag: 1.9.9-b1~232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8095fa71f0187c99bfbb364c99b563ecf57eadb9;p=thirdparty%2Fzlib-ng.git Fixed whitespace formatting in bi_flush. --- diff --git a/trees.c b/trees.c index cfa04120..bf4df815 100644 --- a/trees.c +++ b/trees.c @@ -787,8 +787,7 @@ static void bi_flush(deflate_state *s) { put_uint64(s, s->bi_buf); s->bi_buf = 0; s->bi_valid = 0; - } - else { + } else { if (s->bi_valid >= 32) { put_uint32(s, (uint32_t)s->bi_buf); s->bi_buf >>= 32;