From: Jason Hobbs Date: Thu, 23 Jun 2011 08:27:30 +0000 (+0000) Subject: cosmetic, main: correct indentation/spacing issues X-Git-Tag: v2011.09-rc1~208 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=370d1e3e58a42d834c4ba9e1c3f44e346bef44df;p=u-boot cosmetic, main: correct indentation/spacing issues Signed-off-by: Jason Hobbs --- diff --git a/common/main.c b/common/main.c index 01931a1bff..2124526819 100644 --- a/common/main.c +++ b/common/main.c @@ -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 */