]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/sh/lib/bootm.c
Coding Style cleanup
[karo-tx-uboot.git] / arch / sh / lib / bootm.c
index f38d0b0e8e3fbc4e9276ff24cd212a2ea43b0a76..19b3a94023c1236390991bca966e52b6e84d395e 100644 (file)
@@ -109,7 +109,7 @@ int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *ima
                                ramdisk_flags |= RD_PROMPT;
                else
                                ramdisk_flags &= ~RD_PROMPT;
-                                       
+
                val = sh_check_cmd_arg(bootargs, CMD_ARG_RD_DOLOAD, 10);
                if (val == 1)
                                ramdisk_flags |= RD_DOLOAD;