mirror of https://github.com/madler/zlib
Spacing cleanup.
This commit is contained in:
parent
ceeb615f46
commit
303d92cfee
|
@ -1151,7 +1151,7 @@ local uInt longest_match(s, cur_match)
|
|||
{
|
||||
unsigned chain_length = s->max_chain_length;/* max hash chain length */
|
||||
register Bytef *scan = s->window + s->strstart; /* current string */
|
||||
register Bytef *match; /* matched string */
|
||||
register Bytef *match; /* matched string */
|
||||
register int len; /* length of current match */
|
||||
int best_len = s->prev_length; /* best match length so far */
|
||||
int nice_match = s->nice_match; /* stop if match long enough */
|
||||
|
|
Loading…
Reference in New Issue