From owner-cvs-all Thu Oct 4 9: 9:27 2001 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 5B39B37B403; Thu, 4 Oct 2001 09:09:22 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94G9Mp17773; Thu, 4 Oct 2001 09:09:22 -0700 (PDT) (envelope-from des) Message-Id: <200110041609.f94G9Mp17773@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 4 Oct 2001 09:09:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_process.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 des 2001/10/04 09:09:22 PDT Modified files: sys/kern sys_process.c Log: This file had a mixture of "return foo;" and "return (foo);"; standardize on "return (foo);" as mandated by style(9). Reviewed by: md5(1) Revision Changes Path 1.72 +25 -25 src/sys/kern/sys_process.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message