]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/main.c
Coding Style cleanup: replace leading SPACEs by TABs
[karo-tx-uboot.git] / common / main.c
index ae37fee46d984370a2ae994432ccaf52333acf33..6f475f0cca812ea8b69d5b3842819f1d9fa04ff3 100644 (file)
@@ -365,7 +365,7 @@ static void process_boot_delay(void)
 #ifdef CONFIG_BOOTCOUNT_LIMIT
        if (bootlimit && (bootcount > bootlimit)) {
                printf ("Warning: Bootlimit (%u) exceeded. Using altbootcmd.\n",
-                       (unsigned)bootlimit);
+                       (unsigned)bootlimit);
                s = getenv ("altbootcmd");
        }
        else