Simplify a few code chunks, fix whitespace and indentation.
[coreboot.git] / src / mainboard / intel / eagleheights / romstage.c
index 82064a418c0164884ce40bafd37536341d36ea36..8f8cd0f00fce34b7665e09f32a9f43f2360524ed 100644 (file)
@@ -138,9 +138,8 @@ void main(unsigned long bist)
                }
        };
 
-       if (bist == 0) {
+       if (bist == 0)
                enable_lapic();
-       }
 
        /* Setup the console */
        i3100_enable_superio();