Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / util / romcc / tests / simple_test27.c
index f278f62e8a4d1e865c68e780fd09fcad271eee14..ac5236806145386b859830f676d8980ee303fed2 100644 (file)
@@ -66,7 +66,7 @@ void uart_wait_to_tx_byte(void)
 
 void uart_wait_until_sent(void)
 {
-       while(!(inb(CONFIG_TTYS0_BASE + UART_LSR) & 0x40)) 
+       while(!(inb(CONFIG_TTYS0_BASE + UART_LSR) & 0x40))
                ;
 }
 
@@ -96,7 +96,7 @@ void uart_init(void)
 void __console_tx_char(unsigned char byte)
 {
        uart_tx_byte(byte);
-               
+
 }
 
 void __console_tx_string(char *str)