cvs commit: src/sys/dev/ed if_ed.c

M. Warner Losh imp at bsdimp.com
Fri Feb 11 00:32:04 GMT 2005


In message: <86sm44nez7.fsf at xps.des.no>
            des at des.no (Dag-Erling Smørgrav) writes:
: Warner Losh <imp at FreeBSD.org> writes:
: >   Log:
: >   use
: >           while (complicated-expr)
: >                   continune;
: >   in preference to
: >           while (complicated-expr);
: 
: As a matter of taste, I prefer /* nothing */ to continue in cases like
: this.

Can we please not make every single one of these into a bikeshed?

I purposely chose continue because it is the simplest way to tell the
compiler that you didn't forget anything that's independent of
whitespace and comment folding.

Warner


More information about the cvs-all mailing list