minimal: Make #if indent consistent.

This commit is contained in:
Paul Sokolovsky 2015-01-16 01:53:33 +02:00
parent d7337f288e
commit 2276eb8084
1 changed files with 2 additions and 2 deletions

View File

@ -56,9 +56,9 @@ int main(int argc, char **argv) {
int stack_dummy;
stack_top = (char*)&stack_dummy;
#if MICROPY_ENABLE_GC
#if MICROPY_ENABLE_GC
gc_init(heap, heap + sizeof(heap));
#endif
#endif
mp_init();
#if MICROPY_REPL_EVENT_DRIVEN
pyexec_friendly_repl_init();