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/temps.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/temps.h') diff --git a/src/temps.h b/src/temps.h index 210bbf63..1e7eb69f 100644 --- a/src/temps.h +++ b/src/temps.h @@ -61,13 +61,13 @@ public: return xact_temps->back(); } post_t& copy_post(post_t& origin, xact_t& xact, - account_t * account = NULL); + account_t * account = NULL); post_t& create_post(xact_t& xact, account_t * account); post_t& last_post() { return post_temps->back(); } account_t& create_account(const string& name = "", - account_t * parent = NULL); + account_t * parent = NULL); account_t& last_account() { return acct_temps->back(); } -- cgit v1.2.3