Trailing whitespace
This commit is contained in:
parent
cf51501d2f
commit
bb2df8c499
@ -3268,7 +3268,6 @@ ZSTD_CDict* ZSTD_createCDict(const void* dict, size_t dictSize, int compressionL
|
||||
cParams, ZSTD_defaultCMem);
|
||||
if (cdict)
|
||||
cdict->compressionLevel = compressionLevel == 0 ? (BYTE)ZSTD_CLEVEL_DEFAULT : (BYTE)compressionLevel;
|
||||
|
||||
return cdict;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user