From owner-freebsd-audit Tue Jun 26 16:22: 0 2001 Delivered-To: freebsd-audit@freebsd.org Received: from netau1.alcanet.com.au (ntp.alcanet.com.au [203.62.196.27]) by hub.freebsd.org (Postfix) with ESMTP id 89B3437B405 for ; Tue, 26 Jun 2001 16:21:56 -0700 (PDT) (envelope-from jeremyp@gsmx07.alcatel.com.au) Received: from mfg1.cim.alcatel.com.au (mfg1.cim.alcatel.com.au [139.188.23.1]) by netau1.alcanet.com.au (8.9.3 (PHNE_22672)/8.9.3) with ESMTP id JAA15844; Wed, 27 Jun 2001 09:21:54 +1000 (EST) Received: from gsmx07.alcatel.com.au by cim.alcatel.com.au (PMDF V5.2-32 #37641) with ESMTP id <01K598QY21K0VFATL2@cim.alcatel.com.au>; Wed, 27 Jun 2001 09:21:40 +1000 Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.11.1/8.11.1) id f5QNLoR93519; Wed, 27 Jun 2001 09:21:51 +1000 (EST envelope-from jeremyp) Content-return: prohibited Date: Wed, 27 Jun 2001 09:21:50 +1000 From: Peter Jeremy Subject: Re: Config patch to stable. In-reply-to: <200106262308.f5QN8gU11078@harmony.village.org>; from imp@harmony.village.org on Tue, Jun 26, 2001 at 05:08:42PM -0600 To: Warner Losh Cc: audit@FreeBSD.ORG Mail-Followup-To: Warner Losh , audit@FreeBSD.ORG Message-id: <20010627092150.Q95583@gsmx07.alcatel.com.au> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.2.5i References: <200106262308.f5QN8gU11078@harmony.village.org> Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2001-Jun-26 17:08:42 -0600, Warner Losh wrote: >In message Mike Heffner writes: >: Looks good. Why did you add braces to the single statement `else'? > >Because if you have braces on one part of an if statement, you need >them on both parts. Not according to style(9): if (test) stmt; else if (bar) { stmt; stmt; } else stmt; Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message