Skip to content

Commit 2276eb8

Browse files
committed
minimal: Make #if indent consistent.
1 parent d7337f2 commit 2276eb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

minimal/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ int main(int argc, char **argv) {
5656
int stack_dummy;
5757
stack_top = (char*)&stack_dummy;
5858

59-
#if MICROPY_ENABLE_GC
59+
#if MICROPY_ENABLE_GC
6060
gc_init(heap, heap + sizeof(heap));
61-
#endif
61+
#endif
6262
mp_init();
6363
#if MICROPY_REPL_EVENT_DRIVEN
6464
pyexec_friendly_repl_init();

0 commit comments

Comments
 (0)