cosmetic, main: correct indentation/spacing issues

Signed-off-by: Jason Hobbs <jason.hobbs@calxeda.com>
This commit is contained in:
Jason Hobbs 2011-06-23 08:27:30 +00:00 committed by Wolfgang Denk
parent 3c766dccb3
commit 370d1e3e58

View File

@ -394,7 +394,7 @@ void main_loop (void)
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);