]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Trailing whitespace
authorSen Huang <senhuang96@fb.com>
Wed, 16 Oct 2019 14:31:27 +0000 (10:31 -0400)
committerSen Huang <senhuang96@fb.com>
Mon, 21 Oct 2019 19:36:12 +0000 (15:36 -0400)
lib/compress/zstd_compress.c

index 3e1e370ef2972af100ca712af526bdb58ca80c1e..d0b01c0739dd65b79c498198528edbd4a11666cf 100644 (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;
 }