Trailing whitespace

dev
Sen Huang 2019-10-16 10:31:27 -04:00
parent cf51501d2f
commit bb2df8c499
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}