correct long line

This commit is contained in:
Niko Matsakis 2012-01-08 15:32:03 -08:00
parent 7a336f1e7c
commit 91cd57e872

View file

@ -113,8 +113,8 @@ fn trans_param_callee(bcx: @block_ctxt, fld_expr: @ast::expr,
}
// Method callee where the dict comes from a boxed iface
fn trans_iface_callee(bcx: @block_ctxt, fld_expr: @ast::expr, base: @ast::expr,
n_method: uint)
fn trans_iface_callee(bcx: @block_ctxt, fld_expr: @ast::expr,
base: @ast::expr, n_method: uint)
-> lval_maybe_callee {
let tcx = bcx_tcx(bcx);
let {bcx, val} = trans_temp_expr(bcx, base);