mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Update #define format
This commit is contained in:
parent
2293e9601f
commit
3041c8e539
3 changed files with 3 additions and 3 deletions
|
|
@ -46,7 +46,7 @@
|
|||
#define BENCH_TIME_DEFAULT_MS (BENCH_TIME_DEFAULT_S * RUN_TIME_DEFAULT_MS)
|
||||
|
||||
#ifndef ZSTD_DISPLAY_LEVEL_DEFAULT
|
||||
#define ZSTD_DISPLAY_LEVEL_DEFAULT 3
|
||||
# define ZSTD_DISPLAY_LEVEL_DEFAULT 3
|
||||
#endif
|
||||
|
||||
#define BENCH_SIZE_MAX (1200 MB)
|
||||
|
|
|
|||
|
|
@ -2402,7 +2402,7 @@ int FIO_compressFilename(FIO_ctx_t* const fCtx, FIO_prefs_t* const prefs, const
|
|||
int const result = FIO_compressFilename_srcFile(fCtx, prefs, &ress, dstFileName, srcFileName, compressionLevel);
|
||||
|
||||
#ifndef ZSTD_DISPLAY_LEVEL_DEFAULT
|
||||
#define ZSTD_DISPLAY_LEVEL_DEFAULT 2
|
||||
# define ZSTD_DISPLAY_LEVEL_DEFAULT 2
|
||||
#endif
|
||||
|
||||
FIO_freeCResources(&ress);
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ static unsigned init_nbWorkers(unsigned defaultNbWorkers);
|
|||
#define GB *(1U<<30)
|
||||
|
||||
#ifndef ZSTD_DISPLAY_LEVEL_DEFAULT
|
||||
#define ZSTD_DISPLAY_LEVEL_DEFAULT 2
|
||||
# define ZSTD_DISPLAY_LEVEL_DEFAULT 2
|
||||
#endif
|
||||
|
||||
static const char* g_defaultDictName = "dictionary";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue