Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / util / romcc / tests / simple_test20.c
index 1998853af1838aae5adb9e53eca51a79db1b608a..f32aeac8af28d844d47c375ed1fea57f41e9341b 100644 (file)
@@ -86,7 +86,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))
                ;
 }