From owner-cvs-usrsbin Tue Apr 9 22:45:53 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA28658 for cvs-usrsbin-outgoing; Tue, 9 Apr 1996 22:45:53 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA28634 Tue, 9 Apr 1996 22:45:42 -0700 (PDT) Date: Tue, 9 Apr 1996 22:45:42 -0700 (PDT) From: Nate Williams Message-Id: <199604100545.WAA28634@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pccard/pccardc dumpcis.c enabler.c pccardc.c pccardmem.c printcis.c rdmap.c rdreg.c wrattr.c wrreg.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/04/09 22:45:41 Modified: usr.sbin/pccard/pccardc dumpcis.c enabler.c pccardc.c pccardmem.c printcis.c rdmap.c rdreg.c wrattr.c wrreg.c Log: Run indent on all these files to make them more readable. (I also went through by hand and cleaned up some indent bogons.) Revision Changes Path 1.3 +24 -26 src/usr.sbin/pccard/pccardc/dumpcis.c 1.3 +41 -55 src/usr.sbin/pccard/pccardc/enabler.c 1.2 +28 -27 src/usr.sbin/pccard/pccardc/pccardc.c 1.3 +12 -15 src/usr.sbin/pccard/pccardc/pccardmem.c 1.3 +200 -245 src/usr.sbin/pccard/pccardc/printcis.c 1.3 +24 -26 src/usr.sbin/pccard/pccardc/rdmap.c 1.3 +17 -22 src/usr.sbin/pccard/pccardc/rdreg.c 1.3 +14 -18 src/usr.sbin/pccard/pccardc/wrattr.c 1.3 +12 -15 src/usr.sbin/pccard/pccardc/wrreg.c