Simplify a few code chunks, fix whitespace and indentation.
[coreboot.git] / src / mainboard / emulation / qemu-x86 / romstage.c
index 6f78dea9685fdffdeb2bb533b4aebf840ac8bcfe..f559c2afcc3006964508022d125a9929439b57f5 100644 (file)
@@ -13,7 +13,7 @@
 
 static void main(void)
 {
-       /*      init_timer();*/
+       /* init_timer(); */
        post_code(0x05);
 
        uart_init();
@@ -22,4 +22,3 @@ static void main(void)
        //print_pci_devices();
        //dump_pci_devices();
 }
-