From 3273be3dccbdd56035b588f5e7edc5a26544f841 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 31 Jul 2004 02:36:20 -0400 Subject: restore sorting of register reports --- main.cc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'main.cc') diff --git a/main.cc b/main.cc index 9a184ad2..54b65e8e 100644 --- a/main.cc +++ b/main.cc @@ -59,13 +59,13 @@ unsigned int show_balances(std::ostream& out, return headlines; } -void balance_report(std::ostream& out, - item_t * top, - const node_t * predicate, - const node_t * sort_order, - const format_t& format, - const bool show_expanded, - const bool show_subtotals) +void balance_report(std::ostream& out, + item_t * top, + const node_t * predicate, + const node_t * sort_order, + const format_t& format, + const bool show_expanded, + const bool show_subtotals) { if (sort_order) top->sort(sort_order); -- cgit v1.2.3