cvs commit: src/sys/kern kern_sysctl.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Fri Dec 31 06:52:53 PST 2004


pjd         2004-12-31 14:52:53 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_sysctl.c 
  Log:
  Be consistent and always use form 'return (value);' instead of 'return value;'.
  We had (before this change) 84 lines where it was style(9)-clean and 15 lines
  where it was not.
  
  Revision  Changes    Path
  1.163     +15 -15    src/sys/kern/kern_sysctl.c


More information about the cvs-src mailing list