Skip to content

Commit 7a66303

Browse files
committed
rustc: Remove trailing whitespace
1 parent c759280 commit 7a66303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comp/middle/tstate/states.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ fn find_pre_post_state_stmt(fcx: fn_ctxt, pres: prestate, s: @stmt) -> bool {
619619
log(debug, tritv::to_str(stmt_ann.states.prestate));
620620
#debug("*poststate =");
621621
log(debug, tritv::to_str(stmt_ann.states.prestate));
622-
622+
623623
alt s.node {
624624
stmt_decl(adecl, id) {
625625
alt adecl.node {

0 commit comments

Comments
 (0)