Fix indentation of return in yy_try_NUL_trans().
authormillert <millert@openbsd.org>
Tue, 30 Nov 2021 15:50:06 +0000 (15:50 +0000)
committermillert <millert@openbsd.org>
Tue, 30 Nov 2021 15:50:06 +0000 (15:50 +0000)
commitf185ba58eb4e17172f33aba354b7b635e52cea2c
tree074ebb64161638a3da67841ac1a069a8889a1099
parent718537bb274749dfc56e83a8a255b7cdb6ff8ffd
Fix indentation of return in yy_try_NUL_trans().
M4_YY_NOOP_GUTS_VAR is a no-op in most cases but its indentation
remains, leading to double indentation of the return statement.
This fixes "misleading indentation" warnings from clang.  OK tb@
usr.bin/lex/flex.skl