Hi,

ngc...@gmail.com wrote on Fri, Jan 31, 2020 at 10:14:52PM +0900:

> Reduce scope of a few variables.

No, this contradicts OpenBSD coding style.
We want local variables declared up front in functions
such that you can see at one glance which variables exist.

> While here, remove an extraneous space.

While avoiding trailing whitespace is good, it's not worth
a commit (nor sending patches around).

Yours,
  Ingo

Reply via email to