Date: Sun, 25 Nov 2001 21:42:46 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccbb pccbb.c Message-ID: <200111260542.fAQ5gkn18652@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2001/11/25 21:42:46 PST Modified files: sys/dev/pccbb pccbb.c Log: style(9) fixes: o declare variables at the start of the function, not the start of a block. o return (retval); o minor {} tweaks. Revision Changes Path 1.30 +147 -161 src/sys/dev/pccbb/pccbb.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?200111260542.fAQ5gkn18652>