Date: Thu, 10 Feb 2005 23:31:27 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ed if_ed.c Message-ID: <200502102331.j1ANVRQP026186@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2005-02-10 23:31:27 UTC
FreeBSD src repository
Modified files:
sys/dev/ed if_ed.c
Log:
use
while (complicated-expr)
continune;
in preference to
while (complicated-expr);
since the code generated is identical, and the former is easier to read,
especially for complicated-expr that reach to the end of the line...
Revision Changes Path
1.245 +8 -3 src/sys/dev/ed/if_ed.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502102331.j1ANVRQP026186>
