Skip to content

Commit dce5d6a

Browse files
committed
whitespace
1 parent 7ee7ba5 commit dce5d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustc/middle/trans/type_of.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ fn type_of(cx: @crate_ctxt, t: ty::t) -> TypeRef {
9191
}
9292
ty::ty_enum(did, _) { type_of_enum(cx, did, t) }
9393
ty::ty_estr(ty::vstore_box) { T_box_ptr(T_box(cx, T_i8())) }
94-
ty::ty_evec(mt, ty::vstore_box) {
94+
ty::ty_evec(mt, ty::vstore_box) {
9595
T_box_ptr(T_box(cx, T_vec(cx, type_of(cx, mt.ty))))
9696
}
9797
ty::ty_box(mt) { T_box_ptr(T_box(cx, type_of(cx, mt.ty))) }

0 commit comments

Comments
 (0)