mirror of
https://github.com/facebook/zstd.git
synced 2025-11-28 23:23:59 +03:00
formatting
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
/* compress with pre-allocated context (ZSTD_CCtx) and input/output buffers*/
|
/* compress with pre-allocated context (ZSTD_CCtx) and input/output buffers*/
|
||||||
static void compressExpress_orDie(const char* fname, const char* oname,
|
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;
|
size_t fSize;
|
||||||
loadFile_orDie(fname, &fSize, fBuff, fBuffSize);
|
loadFile_orDie(fname, &fSize, fBuff, fBuffSize);
|
||||||
|
|||||||
Reference in New Issue
Block a user