From owner-cvs-all Mon Oct 1 4:42:31 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 230FB37B410; Mon, 1 Oct 2001 04:42:26 -0700 (PDT) Received: (from yokota@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91BgQL99394; Mon, 1 Oct 2001 04:42:26 -0700 (PDT) (envelope-from yokota) Message-Id: <200110011142.f91BgQL99394@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Mon, 1 Oct 2001 04:42:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/libi386 vidconsole.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 yokota 2001/10/01 04:42:25 PDT Modified files: sys/boot/i386/libi386 vidconsole.c Log: This is white-space only change. No functional difference. - Be consistent about placing spaces around keywords and operators; don't mix statements like "if(A==B)" and "if (X == Y)", "return(0)" and "return (-1)", "P=10" and "Q = 0", etc. - Consitently indent lines. It's not good to indent by 8 columns in one part of the file, and by 4 columns in the other part. Revision Changes Path 1.15 +167 -140 src/sys/boot/i386/libi386/vidconsole.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message