drop excessive newline in uart8250.c
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Wed, 20 Apr 2011 21:14:05 +0000 (21:14 +0000)
committerStefan Reinauer <stepan@openbios.org>
Wed, 20 Apr 2011 21:14:05 +0000 (21:14 +0000)
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6533 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/lib/uart8250.c

index 8c8eed8a119460675c7487d9492aa2b7228e7262..03d954ba2c9dd02707ce54fcd6cf93d2e8ee43fe 100644 (file)
@@ -25,7 +25,6 @@
 #include "option_table.h"
 #endif
 
-
 /* Should support 8250, 16450, 16550, 16550A type UARTs */
 
 static inline int uart8250_can_tx_byte(unsigned base_port)