Skip to content

Commit 12e401c

Browse files
committed
rustc: Remove whitespace
1 parent 47ea57f commit 12e401c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comp/middle/trans.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6066,7 +6066,7 @@ fn trans_crate(sess: session::session, crate: @ast::crate, tcx: ty::ctxt,
60666066
// for ELF backends. Value of the "filename" is set as the
60676067
// LLVM module identifier. Due to a LLVM MC bug[1], LLVM
60686068
// crashes if the module identifer is same as other symbols
6069-
// such as a function name in the module.
6069+
// such as a function name in the module.
60706070
// 1. http://llvm.org/bugs/show_bug.cgi?id=11479
60716071
let llmod_id = link_meta.name + ".rc";
60726072

0 commit comments

Comments
 (0)