]> git.ipfire.org Git - u-boot.git/blobdiff - cpu/arm920t/serial.c
* Code cleanup:
[u-boot.git] / cpu / arm920t / serial.c
index 10cfadecf05592e2d2e97c2256405491dff7b198..7ed452e13e6a166bc0520dc0197f52985a0913b0 100644 (file)
@@ -92,7 +92,7 @@ int serial_init (void)
 int serial_getc (void)
 {
        S3C24X0_UART * const uart = S3C24X0_GetBase_UART(UART_NR);
-       
+
        /* wait for character to arrive */
        while (!(uart->UTRSTAT & 0x1));