diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2013-05-23 20:11:54 -0700 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2013-05-23 20:11:54 -0700 |
| commit | 303d92cfee8ffccaf446ba0ca442ef905dc059e3 (patch) | |
| tree | 82b2e73cce23b7c14381b288e141bd5fcf17521d | |
| parent | ceeb615f4660966c192edb302207842c7283b5ac (diff) | |
| download | zlib-303d92cfee8ffccaf446ba0ca442ef905dc059e3.tar.gz zlib-303d92cfee8ffccaf446ba0ca442ef905dc059e3.tar.bz2 zlib-303d92cfee8ffccaf446ba0ca442ef905dc059e3.zip | |
Spacing cleanup.
| -rw-r--r-- | deflate.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1151,7 +1151,7 @@ local uInt longest_match(s, cur_match) | |||
| 1151 | { | 1151 | { |
| 1152 | unsigned chain_length = s->max_chain_length;/* max hash chain length */ | 1152 | unsigned chain_length = s->max_chain_length;/* max hash chain length */ |
| 1153 | register Bytef *scan = s->window + s->strstart; /* current string */ | 1153 | register Bytef *scan = s->window + s->strstart; /* current string */ |
| 1154 | register Bytef *match; /* matched string */ | 1154 | register Bytef *match; /* matched string */ |
| 1155 | register int len; /* length of current match */ | 1155 | register int len; /* length of current match */ |
| 1156 | int best_len = s->prev_length; /* best match length so far */ | 1156 | int best_len = s->prev_length; /* best match length so far */ |
| 1157 | int nice_match = s->nice_match; /* stop if match long enough */ | 1157 | int nice_match = s->nice_match; /* stop if match long enough */ |
