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/print.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/print.h') diff --git a/src/print.h b/src/print.h index f6ef0868..edfe864d 100644 --- a/src/print.h +++ b/src/print.h @@ -55,14 +55,14 @@ class report_t; class print_xacts : public item_handler { protected: - typedef std::list xacts_list; + typedef std::list xacts_list; typedef std::map xacts_present_map; - report_t& report; + report_t& report; xacts_present_map xacts_present; - xacts_list xacts; - bool print_raw; - bool first_title; + xacts_list xacts; + bool print_raw; + bool first_title; public: print_xacts(report_t& _report, bool _print_raw = false) -- cgit v1.2.3