rustc: Remove trailing whitespace

This commit is contained in:
Patrick Walton 2012-01-19 17:49:23 -08:00
parent c7592803d9
commit 7a663032fb
1 changed files with 1 additions and 1 deletions

View File

@ -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 {