]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Fixed whitespace formatting in bi_flush.
authorNathan Moinvaziri <nathan@nathanm.com>
Tue, 2 Jun 2020 16:26:13 +0000 (09:26 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Mon, 8 Jun 2020 19:16:31 +0000 (21:16 +0200)
trees.c

diff --git a/trees.c b/trees.c
index cfa041206cd3f95306065d4f176f4e5eb0147ebd..bf4df8151192973d260120e736b25fee16ffd278 100644 (file)
--- 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;