Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / payloads / coreinfo / pci_module.c
index 5b1a9d8785f4f9184b39f2ef857cdfb5cf3507db..6af3a74156ba1d04351a874f3dea268c7099f1b9 100644 (file)
@@ -194,7 +194,7 @@ static void pci_scan_bus(int bus)
                        if (devices_index >= MAX_PCI_DEVICES)
                                return;
 
-                       devices[devices_index].device = 
+                       devices[devices_index].device =
                            PCI_DEV(bus, slot, func);
 
                        devices[devices_index++].id = val;