Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogo Netto authored and Diogo Netto committed Jul 5, 2022
1 parent 27aca87 commit 99a767c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gc.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ STATIC_INLINE void gc_markqueue_push(jl_gc_markqueue_t *mq, jl_value_t *obj) JL_
}

// Pop from the mark queue
STATIC_INLINEjl_value_t *gc_markqueue_pop(jl_gc_markqueue_t *mq)
STATIC_INLINE jl_value_t *gc_markqueue_pop(jl_gc_markqueue_t *mq)
{
if (mq->current == mq->start)
return NULL;
Expand Down

0 comments on commit 99a767c

Please sign in to comment.