Simplify a few code chunks, fix whitespace and indentation.
[coreboot.git] / src / mainboard / intel / truxton / romstage.c
index cd7d38de0e6fa864c179d5c784d7c7059129d09b..c75ce3e732af7c6f423621d63ca6ddb80230461f 100644 (file)
@@ -68,9 +68,8 @@ static void main(unsigned long bist)
        if (bist == 0) {
                /* Skip this if there was a built in self test failure */
                early_mtrr_init();
-               if (memory_initialized()) {
+               if (memory_initialized())
                        skip_romstage();
-               }
        }
 
        /* Set up the console */