Date: Wed, 20 Feb 2002 08:05:34 -0800 (PST) From: "Andrew R. Reiter" <arr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_module.c Message-ID: <200202201605.g1KG5aY81448@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
arr 2002/02/20 08:05:33 PST Modified files: sys/kern kern_module.c Log: - Fix style further by adding parentheses around return values so that they look like: return (val); instead of: return val; Revision Changes Path 1.30 +14 -14 src/sys/kern/kern_module.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202201605.g1KG5aY81448>