diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-01 21:14:18 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-01 21:14:18 -0500 |
commit | caff01ba75d5929eeb502bfc2e73d28fceec60c1 (patch) | |
tree | 09cec491c66d129292577b8f9b5303b015007599 | |
parent | 6b6ca6d4c70df0e4a3009ee093cf2f83ecee2675 (diff) | |
download | fork-ledger-caff01ba75d5929eeb502bfc2e73d28fceec60c1.tar.gz fork-ledger-caff01ba75d5929eeb502bfc2e73d28fceec60c1.tar.bz2 fork-ledger-caff01ba75d5929eeb502bfc2e73d28fceec60c1.zip |
Whitespace fixes
-rw-r--r-- | src/filters.h | 3 | ||||
-rw-r--r-- | src/xact.h | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/filters.h b/src/filters.h index 7c1f169c..0dcf5e41 100644 --- a/src/filters.h +++ b/src/filters.h @@ -288,8 +288,7 @@ public: class anonymize_posts : public item_handler<post_t> { temporaries_t temps; - - xact_t * last_xact; + xact_t * last_xact; anonymize_posts(); @@ -65,7 +65,6 @@ class xact_base_t : public item_t { public: journal_t * journal; - posts_list posts; xact_base_t() : item_t(), journal(NULL) { |