Skip to content

Commit 2b10968

Browse files
committed
Trimmed whitespace
1 parent c8354ff commit 2b10968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc/back/link.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -859,10 +859,10 @@ pub fn link_binary(sess: Session,
859859
debug!("output: %s", output.to_str());
860860
let cc_args = link_args(sess, obj_filename, out_filename, lm);
861861
debug!("%s link args: %s", cc_prog, cc_args.connect(" "));
862-
if (sess.opts.debugging_opts & session::print_link_args) != 0 {
862+
if (sess.opts.debugging_opts & session::print_link_args) != 0 {
863863
io::println(fmt!("%s link args: %s", cc_prog, cc_args.connect(" ")));
864864
}
865-
865+
866866
// We run 'cc' here
867867
let prog = run::process_output(cc_prog, cc_args);
868868
if 0 != prog.status {

0 commit comments

Comments
 (0)