diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-18 23:14:07 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-18 23:14:07 -0500 |
commit | 93b8f3fe54814850fb2944e7467cd6ccc817b3ba (patch) | |
tree | b82007283370c6549454a24d21b6cd7a8341b815 /src/filters.cc | |
parent | 539887b3fbbb28e67f61437817dd617607724897 (diff) | |
download | fork-ledger-93b8f3fe54814850fb2944e7467cd6ccc817b3ba.tar.gz fork-ledger-93b8f3fe54814850fb2944e7467cd6ccc817b3ba.tar.bz2 fork-ledger-93b8f3fe54814850fb2944e7467cd6ccc817b3ba.zip |
Whitespace fix
Diffstat (limited to 'src/filters.cc')
-rw-r--r-- | src/filters.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/filters.cc b/src/filters.cc index 47e7f66d..ff5a9775 100644 --- a/src/filters.cc +++ b/src/filters.cc @@ -502,8 +502,7 @@ void changed_value_posts::operator()(post_t& post) bind_scope_t bound_scope(report, post); last_total = total_expr.calc(bound_scope); - - last_post = &post; + last_post = &post; } void subtotal_posts::report_subtotal(const char * spec_fmt, |