Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogo Netto committed Jul 3, 2022
1 parent f15a48b commit 5f878e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1996,7 +1996,7 @@ NOINLINE void gc_mark_outrefs(jl_ptls_t ptls, void *_new_obj, int meta_updated)
{
jl_value_t *new_obj = (jl_value_t *)_new_obj;
#ifdef OPT_SINGLE_OUTREF
mark_obj : {
mark_obj : {
#endif
jl_gc_markqueue_t *mq = &ptls->mark_queue;
#ifdef JL_DEBUG_BUILD
Expand Down

0 comments on commit 5f878e6

Please sign in to comment.