Date: Sat, 21 Apr 2001 18:56:10 -0700 (PDT) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stdio.h src/sys/sys vnode.h Message-ID: <200104220156.f3M1uAa23259@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2001/04/21 18:56:10 PDT Modified files: include stdio.h sys/sys vnode.h Log: Style(9) fixes: * get rid of space (0x20) before tab (^I) * indent with ^I, not 0x20 * continuation line for prototypes is for 0x20's past function's name col. * etc. Revision Changes Path 1.34 +5 -5 src/include/stdio.h 1.146 +54 -52 src/sys/sys/vnode.h 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?200104220156.f3M1uAa23259>