From: Pádraig Brady Date: Fri, 27 Oct 2023 13:19:01 +0000 (+0100) Subject: maint: fix syntax check issue X-Git-Tag: v9.5~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7e25d5bb53e35bcdea8512dd6db07dd7e6cf452;p=thirdparty%2Fcoreutils.git maint: fix syntax check issue * src/basenc.c: Fix preprocessor indentation. --- diff --git a/src/basenc.c b/src/basenc.c index 858e0cd5e0..3c4620fcbe 100644 --- a/src/basenc.c +++ b/src/basenc.c @@ -525,7 +525,7 @@ base32hex_decode_ctx_wrapper (struct base_decode_context *ctx, IBM C V6 for AIX mishandles "#define B32(x) ...'x'...", so use "_" as the formal parameter rather than "x". */ -#define B16(_) \ +# define B16(_) \ ((_) == '0' ? 0 \ : (_) == '1' ? 1 \ : (_) == '2' ? 2 \