Skip to content

Commit 4fc34e2

Browse files
committed
wrap long line
1 parent d77968d commit 4fc34e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/comp/middle/trans.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -3833,7 +3833,8 @@ fn trans_call(in_cx: @block_ctxt, f: @ast::expr,
38333833
}
38343834

38353835
// Translates a native call on the C stack. Calls into the runtime to perform
3836-
// the stack switching operation. Must be kept in sync with trans_native_mod().
3836+
// the stack switching operation. Must be kept in sync with
3837+
// trans_native_mod().
38373838
fn trans_c_stack_native_call(bcx: @block_ctxt, f: @ast::expr,
38383839
args: [@ast::expr], dest: dest) -> @block_ctxt {
38393840
let ccx = bcx_ccx(bcx);

0 commit comments

Comments
 (0)