1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-15 16:26:01 +02:00

maint: fix syntax check issue

* src/basenc.c: Fix preprocessor indentation.
This commit is contained in:
Pádraig Brady
2023-10-27 14:19:01 +01:00
parent 8c735f6585
commit f7e25d5bb5

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