Whitespace fix

This commit is contained in:
John Wiegley 2009-11-18 23:14:07 -05:00
parent 539887b3fb
commit 93b8f3fe54

View file

@ -502,7 +502,6 @@ void changed_value_posts::operator()(post_t& post)
bind_scope_t bound_scope(report, post); bind_scope_t bound_scope(report, post);
last_total = total_expr.calc(bound_scope); last_total = total_expr.calc(bound_scope);
last_post = &post; last_post = &post;
} }