const U32 kMaxMatchEndPositionsToUpdate = 32;
if (useCache) {
- /* Only skip positions when using hash cache, i.e.
+ /* Only skip positions when using hash cache, i.e.
* if we are loading a dict, don't skip anything.
* If we decide to skip, then we only update a set number
* of positions at the beginning and end of the match.
matchLength = ml2, start = ip, offset=offsetFound;
}
- if (matchLength < 4) {
+ if (matchLength < 4) {
ip += ((ip-anchor) >> kSearchStrength) + 1; /* jump faster over incompressible sections */
continue;
}