From: Yann Collet Date: Sun, 19 Jan 2025 06:48:49 +0000 (-0800) Subject: minor: cosmetic, indentation X-Git-Tag: v1.5.7^2~28^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27d794063162096e3a4be7d2d3f80ce117a5592d;p=thirdparty%2Fzstd.git minor: cosmetic, indentation --- diff --git a/lib/common/compiler.h b/lib/common/compiler.h index 84ce62349..7927c4fb6 100644 --- a/lib/common/compiler.h +++ b/lib/common/compiler.h @@ -207,7 +207,7 @@ # pragma warning(disable : 4324) /* disable: C4324: padded structure */ #endif -/*Like DYNAMIC_BMI2 but for compile time determination of BMI2 support*/ +/* Like DYNAMIC_BMI2 but for compile time determination of BMI2 support */ #ifndef STATIC_BMI2 # if defined(_MSC_VER) && (defined(_M_X64) || defined(_M_I86)) # ifdef __AVX2__ /* MSVC does not have a BMI2 specific flag, but every CPU that supports AVX2 also supports BMI2 */ @@ -219,7 +219,7 @@ #endif #ifndef STATIC_BMI2 - #define STATIC_BMI2 0 +# define STATIC_BMI2 0 #endif /* compile time determination of SIMD support */