From 7c28d33d4b827df6038424dfc57312a9ca58bc65 Mon Sep 17 00:00:00 2001 From: ppatience0 Date: Thu, 3 Oct 2013 17:15:11 -0400 Subject: [PATCH] io.h: change indentation from spaces to tabs --- sys/src/9/pc/io.h | 26 +++++++++++++------------- 1 file 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;