about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/comp/middle/tstate/states.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/middle/tstate/states.rs b/src/comp/middle/tstate/states.rs
index 168ca87f6db..2d4f80b7ce6 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 {