From 4fc34e23faddf02c2ed85ee97ae929b36a9aaa1b Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Thu, 10 Nov 2011 16:06:53 -0800 Subject: [PATCH] wrap long line --- src/comp/middle/trans.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/comp/middle/trans.rs b/src/comp/middle/trans.rs index efef85337fcf..dffe0af368e1 100644 --- a/src/comp/middle/trans.rs +++ b/src/comp/middle/trans.rs @@ -3833,7 +3833,8 @@ fn trans_call(in_cx: @block_ctxt, f: @ast::expr, } // Translates a native call on the C stack. Calls into the runtime to perform -// the stack switching operation. Must be kept in sync with trans_native_mod(). +// the stack switching operation. Must be kept in sync with +// trans_native_mod(). fn trans_c_stack_native_call(bcx: @block_ctxt, f: @ast::expr, args: [@ast::expr], dest: dest) -> @block_ctxt { let ccx = bcx_ccx(bcx);