Remove trailing whitespace in debuginfo.rs
This commit is contained in:
parent
55c938b2c2
commit
98c3396ab6
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ fn create_block(cx: @block_ctxt) -> @metadata<block_md> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
let sp = option::get(cx.block_span);
|
let sp = option::get(cx.block_span);
|
||||||
|
|
||||||
let start = codemap::lookup_char_pos(bcx_ccx(cx).sess.codemap,
|
let start = codemap::lookup_char_pos(bcx_ccx(cx).sess.codemap,
|
||||||
sp.lo);
|
sp.lo);
|
||||||
let fname = start.filename;
|
let fname = start.filename;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue