Remove trailing whitespace in debuginfo.rs

This commit is contained in:
Marijn Haverbeke 2012-01-30 10:21:25 +01:00
parent 55c938b2c2
commit 98c3396ab6
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ fn create_block(cx: @block_ctxt) -> @metadata<block_md> {
}
}
let sp = option::get(cx.block_span);
let start = codemap::lookup_char_pos(bcx_ccx(cx).sess.codemap,
sp.lo);
let fname = start.filename;