mirror of
https://github.com/facebook/zstd.git
synced 2025-10-11 00:03:06 -04:00
fixed strange spacing
This commit is contained in:
parent
69bc4fab25
commit
acf0df678c
@ -1336,8 +1336,8 @@ static size_t testDecodeWithDict(U32 seed, size_t dictSize)
|
|||||||
fr.dataStart, (BYTE*)fr.data - (BYTE*)fr.dataStart,
|
fr.dataStart, (BYTE*)fr.data - (BYTE*)fr.dataStart,
|
||||||
fullDict, dictSize);
|
fullDict, dictSize);
|
||||||
if (ZSTD_isError(returnValue)) {
|
if (ZSTD_isError(returnValue)) {
|
||||||
errorDetected = returnValue;
|
errorDetected = returnValue;
|
||||||
goto dictTestCleanup;
|
goto dictTestCleanup;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user