summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorppatience0 <ppatience0@gmail.com>2013-10-03 17:15:11 -0400
committerppatience0 <ppatience0@gmail.com>2013-10-03 17:15:11 -0400
commit7c28d33d4b827df6038424dfc57312a9ca58bc65 (patch)
tree0fd8a882a8fd6a11f8a3a41666a4d138b69d27b4 /sys
parent9eab198d05b29be79433aa3cc3a762cff8012680 (diff)
io.h: change indentation from spaces to tabs
Diffstat (limited to 'sys')
-rw-r--r--sys/src/9/pc/io.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/sys/src/9/pc/io.h b/sys/src/9/pc/io.h
index d33439b40..17ccee519 100644
--- a/sys/src/9/pc/io.h
+++ b/sys/src/9/pc/io.h
@@ -218,19 +218,19 @@ enum { /* type 2 pre-defined header */
/* capabilities */
enum {
- PciCapPMG = 0x01, /* power management */
- PciCapAGP = 0x02,
- PciCapVPD = 0x03, /* vital product data */
- PciCapSID = 0x04, /* slot id */
- PciCapMSI = 0x05,
- PciCapCHS = 0x06, /* compact pci hot swap */
- PciCapPCIX = 0x07,
- PciCapHTC = 0x08, /* hypertransport irq conf */
- PciCapVND = 0x09, /* vendor specific information */
- PciCapPCIe = 0x10,
- PciCapMSIX = 0x11,
- PciCapSATA = 0x12,
- PciCapHSW = 0x0c, /* hot swap */
+ PciCapPMG = 0x01, /* power management */
+ PciCapAGP = 0x02,
+ PciCapVPD = 0x03, /* vital product data */
+ PciCapSID = 0x04, /* slot id */
+ PciCapMSI = 0x05,
+ PciCapCHS = 0x06, /* compact pci hot swap */
+ PciCapPCIX = 0x07,
+ PciCapHTC = 0x08, /* hypertransport irq conf */
+ PciCapVND = 0x09, /* vendor specific information */
+ PciCapPCIe = 0x10,
+ PciCapMSIX = 0x11,
+ PciCapSATA = 0x12,
+ PciCapHSW = 0x0c, /* hot swap */
};
typedef struct Pcisiz Pcisiz;