diff options
author | Tom Rini <trini@konsulko.com> | 2024-07-15 12:28:22 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-15 12:28:22 -0600 |
commit | af3c2166d54cdb71914baece900095bad5a44862 (patch) | |
tree | fb3305c01cc31f9d81ff9822486daa6f6243f98e /lib/zlib/trees.c | |
parent | c00018507d9923b9137be4b89eb3c3110708a096 (diff) | |
parent | 3451b69e33dd3c862d9a843ed22c06c3184136b8 (diff) |
Merge patch series "api: Remove duplicate newlines"
This removes a number of duplicate newlines throughout the codebase.
Diffstat (limited to 'lib/zlib/trees.c')
-rw-r--r-- | lib/zlib/trees.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/zlib/trees.c b/lib/zlib/trees.c index e040617686a..569d44351e5 100644 --- a/lib/zlib/trees.c +++ b/lib/zlib/trees.c @@ -231,7 +231,6 @@ local void send_bits(s, value, length) } #endif /* DEBUG */ - /* the arguments must not have side effects */ /* =========================================================================== @@ -431,7 +430,6 @@ local void init_block(s) #define SMALLEST 1 /* Index within the heap array of least frequent node in the Huffman tree */ - /* =========================================================================== * Remove the smallest element from the heap and recreate the heap with * one less element. Updates heap and heap_len. |