Date: Fri, 31 Dec 2004 14:52:53 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sysctl.c Message-ID: <200412311452.iBVEqrpS009017@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412311452.iBVEqrpS009017>