Drop excessive whitespace randomly sprinkled in romstage.c files.
[coreboot.git] / src / mainboard / technologic / ts5300 / romstage.c
index dfded677a6f8e810655027c29978c34621947ba3..66bfdfc53c2a8ecac681830f43efda9a0a1f2590 100644 (file)
@@ -130,7 +130,6 @@ static void identify_system(void)
        val=inb(0x19d);
        if(val==0x5f)
                identify_ts9500();
-
 }
 
 static void hard_reset(void)
@@ -172,4 +171,3 @@ static void main(unsigned long bist)
 
        TS5300_LED_OFF;
 }
-