]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Update #define format 4620/head
authorJennifer Lee <jenlee68@fb.com>
Wed, 11 Mar 2026 15:29:06 +0000 (08:29 -0700)
committerJennifer Lee <jenlee68@fb.com>
Wed, 11 Mar 2026 15:29:06 +0000 (08:29 -0700)
contrib/largeNbDicts/largeNbDicts.c
programs/fileio.c
programs/zstdcli.c

index f7496930b796f01df73f067a884f2cee637762ba..30c1396ec3940e19373c2ffe6efdf3a32d5425d3 100644 (file)
@@ -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)
index 3b2f9b636332cfa7f43c9a93c7875176852dda46..78a906d533b3786cdc408cca68bdb7830dab7193 100644 (file)
@@ -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);
index 70e170c47b49d8bfb9c5e23d0c3975c8f11a0c7e..1be8fc26b4b915dee38866c5a07b8a82d904686c 100644 (file)
@@ -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";