summaryrefslogtreecommitdiff
path: root/src/filters.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2011-08-18 14:48:38 -0400
committerJohn Wiegley <johnw@newartisans.com>2011-08-18 14:48:38 -0400
commitf0791bbd7297e737d9e13d0b0bb21473b173b2a7 (patch)
tree95e2b7806dce0936edd69eca780d180d2ce3195d /src/filters.h
parentadd6f6ca2a711e3337f83bd15be5a03e22842591 (diff)
downloadfork-ledger-f0791bbd7297e737d9e13d0b0bb21473b173b2a7.tar.gz
fork-ledger-f0791bbd7297e737d9e13d0b0bb21473b173b2a7.tar.bz2
fork-ledger-f0791bbd7297e737d9e13d0b0bb21473b173b2a7.zip
Cleanup whitespace
Diffstat (limited to 'src/filters.h')
-rw-r--r--src/filters.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/filters.h b/src/filters.h
index 4c096571..e7a2eefa 100644
--- a/src/filters.h
+++ b/src/filters.h
@@ -73,10 +73,10 @@ public:
post_splitter(post_handler_ptr _post_chain,
report_t& _report,
expr_t _group_by_expr)
- : post_chain(_post_chain), report(_report),
+ : post_chain(_post_chain), report(_report),
group_by_expr(_group_by_expr) {
TRACE_CTOR(post_splitter, "scope_t&, post_handler_ptr, expr_t");
- preflush_func = bind(&post_splitter::print_title, this, _1);
+ preflush_func = bind(&post_splitter::print_title, this, _1);
}
virtual ~post_splitter() {
TRACE_DTOR(post_splitter);
@@ -310,7 +310,7 @@ public:
virtual void clear() {
sorter.clear();
last_xact = NULL;
-
+
item_handler<post_t>::clear();
}
};
@@ -382,7 +382,7 @@ public:
temps.clear();
comms.clear();
last_xact = NULL;
-
+
item_handler<post_t>::clear();
}
};
@@ -458,7 +458,7 @@ public:
}
virtual void flush() {
- report_subtotal();
+ report_subtotal();
item_handler<post_t>::flush();
}
@@ -479,7 +479,7 @@ public:
temps.clear();
create_accounts();
component_posts.clear();
-
+
item_handler<post_t>::clear();
}
};