Date: Mon, 1 Oct 2001 04:42:25 -0700 (PDT) From: Kazutaka YOKOTA <yokota@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/libi386 vidconsole.c Message-ID: <200110011142.f91BgQL99394@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110011142.f91BgQL99394>
