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/xact.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/xact.h') diff --git a/src/xact.h b/src/xact.h index c6c61f95..2c3c7d05 100644 --- a/src/xact.h +++ b/src/xact.h @@ -106,7 +106,7 @@ class xact_t : public xact_base_t { public: optional code; - string payee; + string payee; xact_t() { TRACE_CTOR(xact_t, ""); @@ -123,7 +123,7 @@ public: string id() const; virtual expr_t::ptr_op_t lookup(const symbol_t::kind_t kind, - const string& name); + const string& name); virtual bool valid() const; @@ -188,7 +188,7 @@ class period_xact_t : public xact_base_t { public: date_interval_t period; - string period_string; + string period_string; period_xact_t() { TRACE_CTOR(period_xact_t, ""); @@ -221,7 +221,7 @@ private: #endif // HAVE_BOOST_SERIALIZATION }; -typedef std::list xacts_list; +typedef std::list xacts_list; typedef std::list auto_xacts_list; typedef std::list period_xacts_list; -- cgit v1.2.3