From owner-cvs-all Mon May 20 17:44:23 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 0088137B408; Mon, 20 May 2002 17:44:19 -0700 (PDT) Received: (from gad@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4L0iIN17781; Mon, 20 May 2002 17:44:18 -0700 (PDT) (envelope-from gad) Message-Id: <200205210044.g4L0iIN17781@freefall.freebsd.org> From: Garance A Drosehn Date: Mon, 20 May 2002 17:44:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/patch inp.c pch.c util.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 gad 2002/05/20 17:44:18 PDT Modified files: gnu/usr.bin/patch inp.c pch.c util.c Log: Change parts of the source code to make it closer to style(9), mainly changing indentation and some comments. Main goal is not perfect style, but just to reduce differences with NetBSD. The object code is exactly the same after this change as before it (except for assert() statements which have moved). Reviewed by: /sbin/md5 on i386 Obtained from: NetBSD Revision Changes Path 1.12 +299 -279 src/gnu/usr.bin/patch/inp.c 1.20 +490 -467 src/gnu/usr.bin/patch/pch.c 1.10 +321 -299 src/gnu/usr.bin/patch/util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message