[Bug 224196] Missing opening curly brace in zfsboot.c

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 9 10:06:12 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224196

Kristof Provost <kp at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Closed
                 CC|                            |kp at freebsd.org
         Resolution|---                         |Not A Bug

--- Comment #2 from Kristof Provost <kp at freebsd.org> ---
The code is correct. It's permissible to not have curly braces around
single-line blocks, which is the case here. There are several more examples of
this in the same file.

I suspect you were confused by the admittedly poor indentation style of this
code. It mixes spaces and tabs, which can look very confusing with some editor
configurations.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list