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

Warner Losh imp at FreeBSD.org
Thu Feb 10 23:31:27 GMT 2005


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


More information about the cvs-all mailing list