Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / util / romcc / tests / hello_world1.c
index b5ce540dc958f8d307663921d54fc40a5c03216f..cba88a9a6d01c9c5115475a1b78ca82c83915046 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)