minimal: Make #if indent consistent.
This commit is contained in:
parent
d7337f288e
commit
2276eb8084
@ -56,9 +56,9 @@ int main(int argc, char **argv) {
|
|||||||
int stack_dummy;
|
int stack_dummy;
|
||||||
stack_top = (char*)&stack_dummy;
|
stack_top = (char*)&stack_dummy;
|
||||||
|
|
||||||
#if MICROPY_ENABLE_GC
|
#if MICROPY_ENABLE_GC
|
||||||
gc_init(heap, heap + sizeof(heap));
|
gc_init(heap, heap + sizeof(heap));
|
||||||
#endif
|
#endif
|
||||||
mp_init();
|
mp_init();
|
||||||
#if MICROPY_REPL_EVENT_DRIVEN
|
#if MICROPY_REPL_EVENT_DRIVEN
|
||||||
pyexec_friendly_repl_init();
|
pyexec_friendly_repl_init();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user