Skip to content

Commit 2cbba34

Browse files
committed
Whitespace
1 parent b4bab03 commit 2cbba34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3279,7 +3279,7 @@ static int _jl_gc_collect(jl_ptls_t ptls, jl_gc_collection_t collection)
32793279
if (sweep_full) {
32803280
gc_num.last_full_sweep = gc_end_time;
32813281
}
3282-
3282+
32833283
int thrashing = 0; // maybe we should report this to the user or error out?
32843284
size_t heap_size = jl_atomic_load_relaxed(&gc_heap_stats.heap_size);
32853285
double target_allocs = 0.0;

0 commit comments

Comments
 (0)