Update #define format
This commit is contained in:
@@ -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)
|
||||
|
||||
+1
-1
@@ -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);
|
||||
|
||||
+1
-1
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user