summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pcib_private.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-12-14 16:53:48 +0000
committerjhb <jhb@FreeBSD.org>2006-12-14 16:53:48 +0000
commited2852300f0725fc4c083b96537a4ab49e03dfbe (patch)
treee749d957ff2c74b268a127e30a56c2f6cd8061e5 /sys/dev/pci/pcib_private.h
parent3d052ce61157727298676841bbf2cae6da7cfc7a (diff)
downloadFreeBSD-src-ed2852300f0725fc4c083b96537a4ab49e03dfbe.zip
FreeBSD-src-ed2852300f0725fc4c083b96537a4ab49e03dfbe.tar.gz
Replace #define<space> with #define<tab> so the code is consistent with
style(9) and avoids mixing the two formats.
Diffstat (limited to 'sys/dev/pci/pcib_private.h')
-rw-r--r--sys/dev/pci/pcib_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pcib_private.h b/sys/dev/pci/pcib_private.h
index b768229..493b87d 100644
--- a/sys/dev/pci/pcib_private.h
+++ b/sys/dev/pci/pcib_private.h
@@ -45,7 +45,7 @@ struct pcib_softc
{
device_t dev;
uint32_t flags; /* flags */
-#define PCIB_SUBTRACTIVE 0x1
+#define PCIB_SUBTRACTIVE 0x1
uint16_t command; /* command register */
uint8_t secbus; /* secondary bus number */
uint8_t subbus; /* subordinate bus number */
OpenPOWER on IntegriCloud