Fix formatting
This commit is contained in:
parent
0c4597f387
commit
e8c809e594
4
main.c
4
main.c
|
@ -859,9 +859,9 @@ int __attribute__((used)) main(void) {
|
|||
}
|
||||
first_run = false;
|
||||
if (pyexec_mode_kind == PYEXEC_MODE_FRIENDLY_REPL) {
|
||||
skip_repl = run_code_py(safe_mode);
|
||||
skip_repl = run_code_py(safe_mode);
|
||||
} else {
|
||||
skip_repl = false;
|
||||
skip_repl = false;
|
||||
}
|
||||
} else if (exit_code != 0) {
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue