mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-24 19:34:01 +00:00
style: auto-format C/C++ sources with clang-format
This commit is contained in:
committed by
github-actions[bot]
parent
14b86d50bd
commit
42159d1af8
@@ -7,8 +7,7 @@ int cleonos_app_main(void) {
|
||||
ush_init_state(&sh);
|
||||
ush_writeln("\x1B[92m[USER][SHELL]\x1B[0m interactive framework online");
|
||||
|
||||
if (ush_run_script_file(&sh, "/shell/init.cmd") == 0 &&
|
||||
ush_run_script_file(&sh, "/shell/INIT.CMD") == 0 &&
|
||||
if (ush_run_script_file(&sh, "/shell/init.cmd") == 0 && ush_run_script_file(&sh, "/shell/INIT.CMD") == 0 &&
|
||||
ush_run_script_file(&sh, "/SHELL/INIT.CMD") == 0) {
|
||||
ush_writeln("\x1B[33m[USER][SHELL]\x1B[0m init script not found, continue interactive mode");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user