1
0
mirror of https://github.com/facebook/zstd.git synced 2025-11-27 11:41:11 +03:00

formatting

This commit is contained in:
Yi Jin
2018-12-14 22:10:31 -08:00
parent 04d06ad885
commit 0d14153cfb

View File

@@ -18,7 +18,7 @@
/* compress with pre-allocated context (ZSTD_CCtx) and input/output buffers*/
static void compressExpress_orDie(const char* fname, const char* oname,
ZSTD_CCtx* cctx, void* cBuff, size_t cBuffSize, void* fBuff, size_t fBuffSize)
ZSTD_CCtx* cctx, void* cBuff, size_t cBuffSize, void* fBuff, size_t fBuffSize)
{
size_t fSize;
loadFile_orDie(fname, &fSize, fBuff, fBuffSize);