On Tue, 30 Nov 2021 08:50:06 -0700, Todd C. Miller wrote:

> CVSROOT:      /cvs
> Module name:  src
> Changes by:   mill...@cvs.openbsd.org 2021/11/30 08:50:06
>
> Modified files:
>       usr.bin/lex    : flex.skl 
>
> Log message:
> 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@

Also OK kettenis@

Reply via email to