From 12e401cc7e7e2ab341300e02dc07d7eacd8569cb Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 5 Dec 2011 11:21:44 -0800 Subject: [PATCH] rustc: Remove whitespace --- src/comp/middle/trans.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comp/middle/trans.rs b/src/comp/middle/trans.rs index 3ea355d2cb9d..6804434bb4ce 100644 --- a/src/comp/middle/trans.rs +++ b/src/comp/middle/trans.rs @@ -6066,7 +6066,7 @@ fn trans_crate(sess: session::session, crate: @ast::crate, tcx: ty::ctxt, // for ELF backends. Value of the "filename" is set as the // LLVM module identifier. Due to a LLVM MC bug[1], LLVM // crashes if the module identifer is same as other symbols - // such as a function name in the module. + // such as a function name in the module. // 1. http://llvm.org/bugs/show_bug.cgi?id=11479 let llmod_id = link_meta.name + ".rc";