Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Jun 2009 19:51:22 +0300
From:      Andriy Gapon <avg@freebsd.org>
To:        "M. Warner Losh" <imp@bsdimp.com>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, rse@freebsd.org
Subject:   Re: svn commit: r193223 - head/bin/sh
Message-ID:  <4A24070A.8020508@freebsd.org>
In-Reply-To: <20090601.104358.-345495454.imp@bsdimp.com>
References:  <200906011111.n51BBkZt077175@svn.freebsd.org> <20090601.104358.-345495454.imp@bsdimp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
on 01/06/2009 19:43 M. Warner Losh said the following:
> In message: <200906011111.n51BBkZt077175@svn.freebsd.org>
>             "Ralf S. Engelschall" <rse@FreeBSD.org> writes:
> : +	for (p = start; *p && *p != ':' && *p != '%'; p++)
> : +		; /* nothing */
> 
> C already has a way of saying this:
> 
> 	for (p = start; *p && *p != ':' && *p != '%'; p++)
> 		contionue;

But style(9) is holy, must never been changed or deviated from.
Sorry about that :-)
P.S. the typo doesn't deserve any mentioning but just in case :-)


-- 
Andriy Gapon



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