Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / mainboard / emulation / qemu-x86 / mainboard.c
index be17698d7d8143d49f76ed01434389ee8b4524dd..7ab02d93c4d58bf0682413227227ae09bb1b86f4 100644 (file)
@@ -25,8 +25,8 @@ static void qemu_init(device_t dev)
         */
        pc_keyboard_init(0);
 
-       /* The PIRQ table is not working well for interrupt routing purposes. 
-        * so we'll just set the IRQ directly. 
+       /* The PIRQ table is not working well for interrupt routing purposes.
+        * so we'll just set the IRQ directly.
        */
        printk(BIOS_INFO, "setting ethernet\n");
        pci_assign_irqs(0, 3, enetIrqs);