]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_dcr.c
Big white-space cleanup.
[karo-tx-uboot.git] / common / cmd_dcr.c
index a053343abe872c5098c19b5a43320413bf69f65f..439d07a65ddcad04d389741da8f9ca4a536a3caf 100644 (file)
@@ -123,7 +123,7 @@ int do_getidcr (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
        if (argc < 3) {
                printf ("Usage:\n%s\n", cmdtp->usage);
                return 1;
-       }
+       }
 
        /* Find out whether ther is '.' (dot) symbol in the first parameter. */
        strncpy (buf, argv[1], sizeof(buf)-1);