Date: Sat, 23 Mar 2002 06:27:06 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 db_disasm.c db_trace.c mp_machdep.c sys_machdep.c Message-ID: <200203231427.g2NER6k53587@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2002/03/23 06:27:06 PST Modified files: sys/i386/i386 db_disasm.c db_trace.c mp_machdep.c sys_machdep.c Log: Fixed some style bugs in the removal of __P(()). The main ones were not removing tabs before "__P((", and not outdenting continuation lines to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting and/or rewrap the whole prototype in some cases. Revision Changes Path 1.26 +4 -4 src/sys/i386/i386/db_disasm.c 1.47 +2 -2 src/sys/i386/i386/db_trace.c 1.182 +5 -5 src/sys/i386/i386/mp_machdep.c 1.70 +5 -5 src/sys/i386/i386/sys_machdep.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?200203231427.g2NER6k53587>