From owner-cvs-all Sat Mar 23 5:10:17 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 0DC0237B41A; Sat, 23 Mar 2002 05:10:15 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2NDAER28664; Sat, 23 Mar 2002 05:10:14 -0800 (PST) (envelope-from bde) Message-Id: <200203231310.g2NDAER28664@freefall.freebsd.org> From: Bruce Evans Date: Sat, 23 Mar 2002 05:10:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_extern.h ext2_lookup.c ext2_vfsops.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 bde 2002/03/23 05:10:13 PST Modified files: sys/gnu/ext2fs ext2_extern.h ext2_lookup.c ext2_vfsops.c Log: Fixed some style bugs in the removal of __P(()). Continuation lines were not outdented to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting. Revision Changes Path 1.26 +3 -4 src/sys/gnu/ext2fs/ext2_extern.h 1.30 +2 -3 src/sys/gnu/ext2fs/ext2_lookup.c 1.89 +3 -4 src/sys/gnu/ext2fs/ext2_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message