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