]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: avoid sc_preprocessor_indentation failure
authorPádraig Brady <P@draigBrady.com>
Sun, 18 May 2025 09:37:35 +0000 (10:37 +0100)
committerPádraig Brady <P@draigBrady.com>
Sun, 18 May 2025 09:37:35 +0000 (10:37 +0100)
* src/factor.c: Tweak preprocessor indentation.

src/factor.c

index 50a9803fa520bcd4aefed6d6076cdaaf9c208359..792ec96c4834cbde03deceb407fb32f93fabc133 100644 (file)
@@ -141,7 +141,7 @@ typedef __int128 wide_int;
 #else
 typedef uintmax_t wide_uint;
 typedef intmax_t wide_int;
-#define W_TYPE_SIZE UINTMAX_WIDTH
+# define W_TYPE_SIZE UINTMAX_WIDTH
 #endif
 #define WIDE_UINT_MAX ((wide_uint) -1)