Simplify a few code chunks, fix whitespace and indentation.
[coreboot.git] / src / mainboard / digitallogic / adl855pc / romstage.c
index 54f0a271e9d8b598da6637a896f28c3de21b61c8..aec7d2ab015849e1bf4a6310fcb8c28984dc4b78 100644 (file)
@@ -55,13 +55,12 @@ void main(unsigned long bist)
        print_pci_devices();
 #endif
 
-       if(!bios_reset_detected()) {
+       if (!bios_reset_detected()) {
                enable_smbus();
 #if 0
                dump_spd_registers(&memctrl[0]);
                dump_smbus_registers();
 #endif
-
                sdram_initialize(ARRAY_SIZE(memctrl), memctrl);
        }