From owner-cvs-all Wed Feb 20 6:30: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 44B7437B404; Wed, 20 Feb 2002 06:30:02 -0800 (PST) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1KEU2j51622; Wed, 20 Feb 2002 06:30:02 -0800 (PST) (envelope-from arr) Message-Id: <200202201430.g1KEU2j51622@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Wed, 20 Feb 2002 06:30:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_module.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arr 2002/02/20 06:30:02 PST Modified files: sys/kern kern_module.c Log: - Style.9 formatting fix; this commit is mostly white space related with the next commit actually doing the: return val; -> return (val); changes. This commit was done in preparation for getting ``struct modules'' locked down. Reviewed by: bde Approved by: dfr Revision Changes Path 1.29 +203 -203 src/sys/kern/kern_module.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message