Skip to content

Commit 5dd62b7

Browse files
committed
Trivial commit to test github AMQP hook
1 parent b7bf1dd commit 5dd62b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comp/middle/trans.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6585,8 +6585,8 @@ fn decl_native_fn_and_pair(ccx: &@crate_ctxt, sp: &span, path: &[str],
65856585
let fcx = new_fn_ctxt(new_local_ctxt(ccx), sp, wrapper_fn);
65866586
let bcx = new_top_block_ctxt(fcx);
65876587
let lltop = bcx.llbb;
6588-
// Declare the function itself.
65896588

6589+
// Declare the function itself.
65906590
let fn_type = node_id_type(ccx, id); // NB: has no type params
65916591

65926592
let abi = ty::ty_fn_abi(ccx.tcx, fn_type);

0 commit comments

Comments
 (0)