From 52be1ef0d126f09ba943c7afcf367e7d9347f2fd Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 8 Nov 2012 22:58:28 +0000 Subject: tabconv: it's all spaces now. --- src/profile.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'src/profile.h') diff --git a/src/profile.h b/src/profile.h index 4f89306..8490121 100644 --- a/src/profile.h +++ b/src/profile.h @@ -6,25 +6,25 @@ class Profile { public: - Profile( const class AstBranch *pRoot ); - Profile( const Profile &rSrc ); - virtual ~Profile(); + Profile( const class AstBranch *pRoot ); + Profile( const Profile &rSrc ); + virtual ~Profile(); - const Bu::String &getName() const; - const class AstBranch *getRoot() const; - const class Condition *getCond() const; - bool shouldExec( class Runner &r, class Target &rTarget ) const; + const Bu::String &getName() const; + const class AstBranch *getRoot() const; + const class Condition *getCond() const; + bool shouldExec( class Runner &r, class Target &rTarget ) const; - static Profile *genDefaultClean(); + static Profile *genDefaultClean(); private: - void setCondition(); + void setCondition(); private: - Bu::String sName; - const class AstBranch *pRoot; - class Condition *pCond; - class Ast *pAst; + Bu::String sName; + const class AstBranch *pRoot; + class Condition *pCond; + class Ast *pAst; }; #endif -- cgit v1.2.3