shithub: riscv

Download patch

ref: 7c28d33d4b827df6038424dfc57312a9ca58bc65
parent: 9eab198d05b29be79433aa3cc3a762cff8012680
author: ppatience0 <ppatience0@gmail.com>
date: Thu Oct 3 13:15:11 EDT 2013

io.h: change indentation from spaces to tabs

--- a/sys/src/9/pc/io.h
+++ b/sys/src/9/pc/io.h
@@ -218,19 +218,19 @@
 
 /* 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;
--