From: Jennifer Lee Date: Wed, 11 Mar 2026 15:29:06 +0000 (-0700) Subject: Update #define format X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3041c8e539b6027381939690ff12600ef01ade6d;p=thirdparty%2Fzstd.git Update #define format --- diff --git a/contrib/largeNbDicts/largeNbDicts.c b/contrib/largeNbDicts/largeNbDicts.c index f7496930b..30c1396ec 100644 --- a/contrib/largeNbDicts/largeNbDicts.c +++ b/contrib/largeNbDicts/largeNbDicts.c @@ -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) diff --git a/programs/fileio.c b/programs/fileio.c index 3b2f9b636..78a906d53 100644 --- a/programs/fileio.c +++ b/programs/fileio.c @@ -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); diff --git a/programs/zstdcli.c b/programs/zstdcli.c index 70e170c47..1be8fc26b 100644 --- a/programs/zstdcli.c +++ b/programs/zstdcli.c @@ -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";