Respond to PR Comments; Formatting/Style/Lint Fixes

This commit is contained in:
W. Felix Handte
2018-05-23 17:53:03 -04:00
parent ca26cecc7a
commit ae4fcf7816
3 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ size_t ZSTD_compressBlock_fast_generic(
const BYTE* const dictEnd = hasDict == ZSTD_dictMatchState ?
dms->window.nextSrc : NULL;
const U32 dictIndexDelta = hasDict == ZSTD_dictMatchState ?
localLowestIndex - (dictEnd - dictBase) :
localLowestIndex - (U32)(dictEnd - dictBase) :
0;
ptrdiff_t dictLowestLocalIndex = hasDict == ZSTD_dictMatchState ?
lowestDictIndex + dictIndexDelta :