]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
cosmetic, main: correct indentation/spacing issues
authorJason Hobbs <jason.hobbs@calxeda.com>
Thu, 23 Jun 2011 08:27:30 +0000 (08:27 +0000)
committerWolfgang Denk <wd@denx.de>
Mon, 25 Jul 2011 21:28:05 +0000 (23:28 +0200)
Signed-off-by: Jason Hobbs <jason.hobbs@calxeda.com>
common/main.c

index 01931a1bffc14c9b73d1d34f9b0f1ab39f8dcd8c..212452681939c163dc9a6010a6d2e858b2f8dfb2 100644 (file)
@@ -391,15 +391,15 @@ void main_loop (void)
 
 # ifdef CONFIG_MENUKEY
        if (menukey == CONFIG_MENUKEY) {
-           s = getenv("menucmd");
-           if (s) {
+               s = getenv("menucmd");
+               if (s) {
 # ifndef CONFIG_SYS_HUSH_PARSER
-               run_command (s, 0);
+                       run_command(s, 0);
 # else
-               parse_string_outer(s, FLAG_PARSE_SEMICOLON |
-                                   FLAG_EXIT_FROM_LOOP);
+                       parse_string_outer(s, FLAG_PARSE_SEMICOLON |
+                                               FLAG_EXIT_FROM_LOOP);
 # endif
-           }
+               }
        }
 #endif /* CONFIG_MENUKEY */
 #endif /* CONFIG_BOOTDELAY */