summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-01 21:14:18 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-01 21:14:18 -0500
commitcaff01ba75d5929eeb502bfc2e73d28fceec60c1 (patch)
tree09cec491c66d129292577b8f9b5303b015007599
parent6b6ca6d4c70df0e4a3009ee093cf2f83ecee2675 (diff)
downloadfork-ledger-caff01ba75d5929eeb502bfc2e73d28fceec60c1.tar.gz
fork-ledger-caff01ba75d5929eeb502bfc2e73d28fceec60c1.tar.bz2
fork-ledger-caff01ba75d5929eeb502bfc2e73d28fceec60c1.zip
Whitespace fixes
-rw-r--r--src/filters.h3
-rw-r--r--src/xact.h1
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();
diff --git a/src/xact.h b/src/xact.h
index 59ddd1bc..7de30ee8 100644
--- a/src/xact.h
+++ b/src/xact.h
@@ -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) {