From: Pádraig Brady
Date: Sun, 18 May 2025 09:37:35 +0000 (+0100) Subject: maint: avoid sc_preprocessor_indentation failure X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1be322fd3e0fe6e6c79dd7bd0f28cb4160f14fcf;p=thirdparty%2Fcoreutils.git maint: avoid sc_preprocessor_indentation failure * src/factor.c: Tweak preprocessor indentation. --- diff --git a/src/factor.c b/src/factor.c index 50a9803fa5..792ec96c48 100644 --- a/src/factor.c +++ b/src/factor.c @@ -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)