mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 12:39:22 -04:00
cosmetic, main: correct indentation/spacing issues
Signed-off-by: Jason Hobbs <jason.hobbs@calxeda.com>
This commit is contained in:
parent
3c766dccb3
commit
370d1e3e58
@ -391,15 +391,15 @@ void main_loop (void)
|
|||||||
|
|
||||||
# ifdef CONFIG_MENUKEY
|
# ifdef CONFIG_MENUKEY
|
||||||
if (menukey == CONFIG_MENUKEY) {
|
if (menukey == CONFIG_MENUKEY) {
|
||||||
s = getenv("menucmd");
|
s = getenv("menucmd");
|
||||||
if (s) {
|
if (s) {
|
||||||
# ifndef CONFIG_SYS_HUSH_PARSER
|
# ifndef CONFIG_SYS_HUSH_PARSER
|
||||||
run_command (s, 0);
|
run_command(s, 0);
|
||||||
# else
|
# else
|
||||||
parse_string_outer(s, FLAG_PARSE_SEMICOLON |
|
parse_string_outer(s, FLAG_PARSE_SEMICOLON |
|
||||||
FLAG_EXIT_FROM_LOOP);
|
FLAG_EXIT_FROM_LOOP);
|
||||||
# endif
|
# endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif /* CONFIG_MENUKEY */
|
#endif /* CONFIG_MENUKEY */
|
||||||
#endif /* CONFIG_BOOTDELAY */
|
#endif /* CONFIG_BOOTDELAY */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user