Skip to content

Commit ddf96ac

Browse files
committed
rustc: Reindent line. Puts out burning tinderbox.
1 parent cd6962f commit ddf96ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/comp/middle/trans.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3766,8 +3766,8 @@ fn trans_path(@block_ctxt cx, &ast.path p, &option.t[ast.def] dopt,
37663766
} else {
37673767
lltagty = type_of(cx.fcx.ccx, tag_ty);
37683768
}
3769-
auto lltagptr = alloc_result.bcx.build.PointerCast(
3770-
lltagblob, T_ptr(lltagty));
3769+
auto lltagptr = alloc_result.bcx.build.
3770+
PointerCast(lltagblob, T_ptr(lltagty));
37713771

37723772
auto lldiscrimptr = alloc_result.bcx.build.GEP(
37733773
lltagptr, vec(C_int(0), C_int(0)));

0 commit comments

Comments
 (0)