Drop excessive whitespace randomly sprinkled in romstage.c files.
[coreboot.git] / src / mainboard / iei / juki-511p / romstage.c
index 3be347ccf0b3729139d9397ed61975b9708183b2..96e027872aa4c027226e22fef6cba4d3731fa632 100644 (file)
 #include "southbridge/amd/cs5530/cs5530_enable_rom.c"
 #include "cpu/x86/bist.h"
 #include "pc80/udelay_io.c"
+#include "northbridge/amd/gx1/raminit.c"
 
 #define SERIAL_DEV PNP_DEV(0x3f0, W83977F_SP1)
 
-#include "northbridge/amd/gx1/raminit.c"
-
 static void main(unsigned long bist)
 {
        /* Initialize the serial console. */
@@ -57,4 +56,3 @@ static void main(unsigned long bist)
        /* Check RAM. */
        /* ram_check(0x00000000, 640 * 1024); */
 }
-