Simplify a few code chunks, fix whitespace and indentation.
[coreboot.git] / src / mainboard / ibase / mb899 / romstage.c
index cc82c4ed4ea9fede11dc2ee90ef547f794835d0d..b9d2f99f62fd0496eb6731482b8b5eb874a8eed3 100644 (file)
@@ -239,9 +239,8 @@ void main(unsigned long bist)
        u32 reg32;
        int boot_mode = 0;
 
-       if (bist == 0) {
+       if (bist == 0)
                enable_lapic();
-       }
 
        ich7_enable_lpc();
        early_superio_config_w83627ehg();