aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index 6133fe5c6c..c79fd73dc9 100644
--- a/gc.c
+++ b/gc.c
@@ -2231,7 +2231,7 @@ init_mark_stack(mark_stack_t *stack)
push_mark_stack_chunk(stack);
stack->limit = STACK_CHUNK_SIZE;
- for(i=0; i < 4; i++) {
+ for (i=0; i < 4; i++) {
add_stack_chunk_cache(stack, stack_chunk_alloc());
}
stack->unused_cache_size = stack->cache_size;