diff options
author | John Wiegley <johnw@newartisans.com> | 2013-05-19 02:51:29 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2013-05-19 02:51:29 -0500 |
commit | 3656e692ff1bda057159d39654b7ba201cfc8645 (patch) | |
tree | c3133b9477158ffd5fd3b18d46de955d189b9fb1 /src | |
parent | c70e959214239256d1bc947a4a940b3b3ee1ac17 (diff) | |
download | fork-ledger-3656e692ff1bda057159d39654b7ba201cfc8645.tar.gz fork-ledger-3656e692ff1bda057159d39654b7ba201cfc8645.tar.bz2 fork-ledger-3656e692ff1bda057159d39654b7ba201cfc8645.zip |
Another whitespace fix
Diffstat (limited to 'src')
-rw-r--r-- | src/filters.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filters.cc b/src/filters.cc index f1525db3..fadd5b5a 100644 --- a/src/filters.cc +++ b/src/filters.cc @@ -1040,7 +1040,7 @@ void interval_posts::flush() "Calling subtotal_posts::report_subtotal() at end"); report_subtotal(interval); } - + // Tell our parent class to flush subtotal_posts::flush(); } |