Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Sep 2007 11:21:45 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        Xin LI <delphij@freebsd.org>
Cc:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   Re: PERFORCE change 126033 for review
Message-ID:  <200709041121.45990.hselasky@c2i.net>
In-Reply-To: <200709040755.l847tPbn003371@repoman.freebsd.org>
References:  <200709040755.l847tPbn003371@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

In my opinion you should keep braces around single line if's .

if (xxx) {
   yyy;
}

This will reduce the chance of error next time you add a statement to an if.

--HPS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709041121.45990.hselasky>