Skip to content

Commit c4d9730

Browse files
committed
whitespace
1 parent 973057c commit c4d9730

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
@@ -4710,7 +4710,7 @@ static jl_cgval_t emit_memoryref_direct(jl_codectx_t &ctx, const jl_cgval_t &mem
47104710
ctx.builder.SetInsertPoint(endBB);
47114711
}
47124712
Value *data;
4713-
4713+
47144714
if ((!isboxed && isunion) || isghost) {
47154715
data = idx0;
47164716

0 commit comments

Comments
 (0)