From dea2aed0b509734ec4e1cd163ac2a4f013000da2 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 11 Jun 2010 16:03:50 -0400 Subject: Untabified all source files --- src/chain.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/chain.h') diff --git a/src/chain.h b/src/chain.h index 1a50a077..7bd76712 100644 --- a/src/chain.h +++ b/src/chain.h @@ -94,17 +94,17 @@ class report_t; post_handler_ptr chain_pre_post_handlers(post_handler_ptr base_handler, - report_t& report); + report_t& report); post_handler_ptr chain_post_handlers(post_handler_ptr base_handler, - report_t& report, - bool for_accounts_report = false); + report_t& report, + bool for_accounts_report = false); inline post_handler_ptr chain_handlers(post_handler_ptr handler, - report_t& report, - bool for_accounts_report = false) { + report_t& report, + bool for_accounts_report = false) { handler = chain_post_handlers(handler, report, for_accounts_report); handler = chain_pre_post_handlers(handler, report); return handler; -- cgit v1.2.3