From f0791bbd7297e737d9e13d0b0bb21473b173b2a7 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 18 Aug 2011 14:48:38 -0400 Subject: Cleanup whitespace --- src/filters.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/filters.h') 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::clear(); } }; @@ -382,7 +382,7 @@ public: temps.clear(); comms.clear(); last_xact = NULL; - + item_handler::clear(); } }; @@ -458,7 +458,7 @@ public: } virtual void flush() { - report_subtotal(); + report_subtotal(); item_handler::flush(); } @@ -479,7 +479,7 @@ public: temps.clear(); create_accounts(); component_posts.clear(); - + item_handler::clear(); } }; -- cgit v1.2.3