Drop excessive whitespace randomly sprinkled in romstage.c files.
[coreboot.git] / src / mainboard / via / epia-m700 / romstage.c
index 5ebd388c3e6253fc06c33473a96cad78f1cd2fc5..62ea809b477e687c74bf0969ca5ec9192dbf0d1f 100644 (file)
 #include "pc80/udelay_io.c"
 #include "lib/delay.c"
 #include <string.h>
-
 /* This file contains the board-special SI value for raminit.c. */
 #include "driving_clk_phase_data.c"
-
 #include "northbridge/via/vx800/raminit.h"
 #include "northbridge/via/vx800/raminit.c"
-
 #include "wakeup.h"
-
 #include "superio/winbond/w83697hf/w83697hf_early_serial.c"
 
 #define SERIAL_DEV PNP_DEV(0x2e, W83697HF_SP1)
@@ -676,8 +672,5 @@ void main(unsigned long bist)
                );
 #endif
        }
-
 #endif
-
 }
-