1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 18:26:32 +02:00

maint: avoid sc_preprocessor_indentation failure

* src/factor.c: Tweak preprocessor indentation.
This commit is contained in:
Pádraig Brady
2025-05-18 10:37:35 +01:00
parent d8a7220142
commit 1be322fd3e

View 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)