svn commit: r362217 - head/stand/common

Ed Maste emaste at freebsd.org
Tue Jun 16 17:11:39 UTC 2020


On Tue, 16 Jun 2020 at 13:01, Ian Lepore <ian at freebsd.org> wrote:
>
> As much as I prefer doing it this way, style(9) doesn't allow for
> variable declarations inside a for() statement (or even inside a local
> block, which is just too 1980s for me, but it is still our standard).

Perhaps it's time to update style(9) to at least permit these uses, as
we've done with the blank line at the beginning of functions with no
local variables, and with braces around single-line bodies.


More information about the svn-src-all mailing list