diff options
author | Nathan Moinvaziri <nathan@solidstatenetworks.com> | 2020-05-09 23:37:31 -0400 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2020-05-30 21:25:18 +0200 |
commit | 9b7a52352caa1ec398bdda53979de6c9ba667eab (patch) | |
tree | bc4e58265884d9a8b9f3d924cfc2079175422f7f /insert_string_tpl.h | |
parent | 7d0b252ea919f9363d3097296250e57b3a768394 (diff) |
Remove extra lines between functions and their comments.
Diffstat (limited to 'insert_string_tpl.h')
-rw-r--r-- | insert_string_tpl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/insert_string_tpl.h b/insert_string_tpl.h index c80c9f8..9de7d5d 100644 --- a/insert_string_tpl.h +++ b/insert_string_tpl.h @@ -27,7 +27,6 @@ * of the hash chain (the most recent string with same hash key). Return * the previous length of the hash chain. */ - ZLIB_INTERNAL Pos QUICK_INSERT_STRING(deflate_state *const s, const Pos str) { Pos head; uint32_t val, hm, h = 0; @@ -60,7 +59,6 @@ ZLIB_INTERNAL Pos QUICK_INSERT_STRING(deflate_state *const s, const Pos str) { * input characters and the first MIN_MATCH bytes of str are valid * (except for the last MIN_MATCH-1 bytes of the input file). */ - ZLIB_INTERNAL Pos INSERT_STRING(deflate_state *const s, const Pos str, unsigned int count) { Pos idx, ret; uint8_t *strstart, *strend; |