Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 09 Dec 2017 10:06:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 224196] Missing opening curly brace in zfsboot.c
Message-ID:  <bug-224196-8-CRP8zOsOv8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-224196-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-224196-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224196

Kristof Provost <kp@freebsd.org> changed:

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

--- Comment #2 from Kristof Provost <kp@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 edi=
tor
configurations.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224196-8-CRP8zOsOv8>