]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: fix syntax check issue
authorPádraig Brady <P@draigBrady.com>
Fri, 27 Oct 2023 13:19:01 +0000 (14:19 +0100)
committerPádraig Brady <P@draigBrady.com>
Sat, 28 Oct 2023 12:13:50 +0000 (13:13 +0100)
* src/basenc.c: Fix preprocessor indentation.

src/basenc.c

index 858e0cd5e049de334cef8a31bd2de900633d1277..3c4620fcbeb61f02d0b90eb99096478dff35f6ba 100644 (file)
@@ -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                             \