From 7a663032fbe1eb0d06d4d7fc8bd6b6e46cf66fc5 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Thu, 19 Jan 2012 17:49:23 -0800 Subject: [PATCH] rustc: Remove trailing whitespace --- src/comp/middle/tstate/states.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comp/middle/tstate/states.rs b/src/comp/middle/tstate/states.rs index 168ca87f6db4..2d4f80b7ce6a 100644 --- a/src/comp/middle/tstate/states.rs +++ b/src/comp/middle/tstate/states.rs @@ -619,7 +619,7 @@ fn find_pre_post_state_stmt(fcx: fn_ctxt, pres: prestate, s: @stmt) -> bool { log(debug, tritv::to_str(stmt_ann.states.prestate)); #debug("*poststate ="); log(debug, tritv::to_str(stmt_ann.states.prestate)); - + alt s.node { stmt_decl(adecl, id) { alt adecl.node {