On Thu, 8 Feb 2018 13:29:53 +1100 "Tobin C. Harding" <[email protected]> wrote:
> It doesn't appear to be introduced by you but the brace positions are
> non-uniform in this patch.
>
> if
> {
> ...
> }
> else
> {
> ...
> }
>
> instead of
>
> if {
> ...
> } else {
> eee
> }
True, that's worth fixing up while I'm in the neighborhood. I'll do that
before I commit the set.
Thanks,
jon

