Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / southbridge / intel / i82801ex / i82801ex_ide.c
index cd622907abb910999c2e077b2dcfea34ffdcac02..bbab6f1cc0c3c8c612eee45ce3d08c63fce6c1b3 100644 (file)
@@ -19,7 +19,7 @@ static void ide_init(struct device *dev)
 static void i82801ex_ide_set_subsystem(device_t dev, unsigned vendor, unsigned device)
 {
        /* This value is also visible in uchi[0-2] and smbus functions */
-       pci_write_config32(dev, PCI_SUBSYSTEM_VENDOR_ID, 
+       pci_write_config32(dev, PCI_SUBSYSTEM_VENDOR_ID,
                ((device & 0xffff) << 16) | (vendor & 0xffff));
 }