From owner-cvs-src@FreeBSD.ORG Fri Feb 11 13:50:06 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0470B16A4CF; Fri, 11 Feb 2005 13:50:05 +0000 (GMT) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54E8E43D4C; Fri, 11 Feb 2005 13:50:05 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])j1BDnnHn026047; Sat, 12 Feb 2005 00:49:49 +1100 Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) j1BDnkwF008241; Sat, 12 Feb 2005 00:49:47 +1100 Date: Sat, 12 Feb 2005 00:49:45 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: =?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?= In-Reply-To: <86k6pfnvgg.fsf@xps.des.no> Message-ID: <20050212004914.G32719@delplex.bde.org> References: <200502102331.j1ANVRQP026186@repoman.freebsd.org> <20050210.171927.40039592.imp@bsdimp.com> <20050211220212.A32327@delplex.bde.org> <86k6pfnvgg.fsf@xps.des.no> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE cc: rizzo@icir.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: "M. Warner Losh" cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/dev/ed if_ed.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2005 13:50:06 -0000 On Fri, 11 Feb 2005, [iso-8859-1] Dag-Erling Sm=F8rgrav wrote: > Bruce Evans writes: > > indent(1) messes up > > loops with only a ";" statement in them, and this can be "fixed" using > > "continue;" but not using "; /* nothing */". > > I use /* nothing */ ; which I believe is handled correctly. Yes, it is. Bruce