Date: Thu, 17 Mar 2005 17:33:52 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/eisa eisaconf.c Message-ID: <200503171733.j2HHXqal097690@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2005-03-17 17:33:52 UTC FreeBSD src repository Modified files: sys/dev/eisa eisaconf.c Log: Style(9) pass before some planned larger changes. o return (foo); o if (a == NULL) in preference to if (!a) o () and {} reduction o minor indentation fixes Revision Changes Path 1.71 +61 -91 src/sys/dev/eisa/eisaconf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503171733.j2HHXqal097690>