Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / lib / uart8250.c
index 79eb1c51c19987610043480e43e6fdf57af3ab80..3dbee0b464f1f738f0bd4e49d332657e6aad4eb8 100644 (file)
@@ -33,7 +33,7 @@ static inline void uart8250_wait_to_tx_byte(unsigned base_port)
 
 static inline void uart8250_wait_until_sent(unsigned base_port)
 {
-       while(!(inb(base_port + UART_LSR) & 0x40)) 
+       while(!(inb(base_port + UART_LSR) & 0x40))
                ;
 }