libpayload: remove trailing whitespace and run dos2unix
[coreboot.git] / payloads / libpayload / libpci / libpci.c
index 203e770e47216f5c2fe73798f723d2e3cc830ca4..ecc2b25c91942b516b669df0685053f665ffd123 100644 (file)
@@ -181,7 +181,7 @@ static struct pci_dev *pci_scan_single_bus(struct pci_dev *dev, int bus)
                dev->vendor_id = val & 0xffff;
                dev->device_id = val >> 16;
                dev->next = 0;
-               
+
                hdr = pci_read_config8(PCI_DEV(bus, slot, func),
                                       REG_HEADER_TYPE);
                hdr &= 0x7F;