fixed strange spacing

This commit is contained in:
Paul Cruz 2017-06-20 15:41:43 -07:00
parent 69bc4fab25
commit acf0df678c

View File

@ -1336,8 +1336,8 @@ static size_t testDecodeWithDict(U32 seed, size_t dictSize)
fr.dataStart, (BYTE*)fr.data - (BYTE*)fr.dataStart,
fullDict, dictSize);
if (ZSTD_isError(returnValue)) {
errorDetected = returnValue;
goto dictTestCleanup;
errorDetected = returnValue;
goto dictTestCleanup;
}
}