mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
formatting
This commit is contained in:
parent
04d06ad885
commit
0d14153cfb
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue