Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogo Netto authored and Diogo Netto committed Nov 3, 2022
1 parent 80db150 commit 1912d1d
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 @@ -1893,7 +1893,7 @@ STATIC_INLINE jl_value_t *gc_mark_obj8(jl_ptls_t ptls, char *obj8_parent, uint8_
// and popping right away
slot = &((jl_value_t **)obj8_parent)[*(obj8_end - 1)];
new_obj = *slot;
if (new_obj != NULL) {
if (new_obj != NULL) {
verify_parent2("object", obj8_parent, slot, "field(%d)",
gc_slot_to_fieldidx(obj8_parent, slot, (jl_datatype_t*)jl_typeof(obj8_parent)));
gc_heap_snapshot_record_object_edge((jl_value_t*)obj8_parent, slot);
Expand Down

0 comments on commit 1912d1d

Please sign in to comment.