From 4be92670a4ad505ba669549317e9929335d8f18f Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Wed, 29 Feb 2012 19:07:23 +0100 Subject: [PATCH] Delete-trailing-whitespace --- src/comp/middle/kind.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comp/middle/kind.rs b/src/comp/middle/kind.rs index 3c56f1c7c66..ffe2873a3b7 100644 --- a/src/comp/middle/kind.rs +++ b/src/comp/middle/kind.rs @@ -91,7 +91,7 @@ fn check_fn(fk: visit::fn_kind, decl: fn_decl, body: blk, sp: span, none { [] } }; if option::is_some(vec::position_elt(last_uses, id)) { cont; } - } + } let ty = ty::node_id_to_type(cx.tcx, id); checker(cx, ty, span); }