Fix formatting

This commit is contained in:
Aivar Annamaa 2021-11-22 23:45:28 +02:00 committed by GitHub
parent 0c4597f387
commit e8c809e594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
main.c
View File

@ -859,9 +859,9 @@ int __attribute__((used)) main(void) {
} }
first_run = false; first_run = false;
if (pyexec_mode_kind == PYEXEC_MODE_FRIENDLY_REPL) { if (pyexec_mode_kind == PYEXEC_MODE_FRIENDLY_REPL) {
skip_repl = run_code_py(safe_mode); skip_repl = run_code_py(safe_mode);
} else { } else {
skip_repl = false; skip_repl = false;
} }
} else if (exit_code != 0) { } else if (exit_code != 0) {
break; break;