Skip to content

Commit d4b610d

Browse files
committed
whitespace
1 parent a7aa657 commit d4b610d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cgutils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4698,7 +4698,7 @@ static jl_cgval_t emit_memoryref_direct(jl_codectx_t &ctx, const jl_cgval_t &mem
46984698
ctx.builder.SetInsertPoint(endBB);
46994699
}
47004700
Value *data;
4701-
4701+
47024702
if ((!isboxed && isunion) || isghost) {
47034703
data = idx0;
47044704

0 commit comments

Comments
 (0)