]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
minor: cosmetic, indentation
authorYann Collet <cyan@fb.com>
Sun, 19 Jan 2025 06:48:49 +0000 (22:48 -0800)
committerYann Collet <cyan@fb.com>
Sun, 19 Jan 2025 06:49:16 +0000 (22:49 -0800)
lib/common/compiler.h

index 84ce62349c4e05ff8a966432744f098e8d27b7b1..7927c4fb648c21c32655b9aabdc62071b1727a24 100644 (file)
 #  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 */
 #endif
 
 #ifndef STATIC_BMI2
-    #define STATIC_BMI2 0
+#  define STATIC_BMI2 0
 #endif
 
 /* compile time determination of SIMD support */