Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / devices / pci_rom.c
index 0ed347b4e7a1d36651bdfbb67e9104caa09c108d..f13d9b67683cf8d911564a139cbfa0864f08df63 100644 (file)
@@ -87,7 +87,7 @@ struct rom_header * pci_rom_probe(struct device *dev)
                    rom_data->class_hi, rom_data->class_lo,
                    rom_data->type);
        if (dev->class != ((rom_data->class_hi << 8) | rom_data->class_lo)) {
-               printk(BIOS_DEBUG, "Class Code mismatch ROM %08x, dev %08x\n", 
+               printk(BIOS_DEBUG, "Class Code mismatch ROM %08x, dev %08x\n",
                             (rom_data->class_hi << 8) | rom_data->class_lo,
                             dev->class);
                //return NULL;