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/condition.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/condition.h') diff --git a/src/condition.h b/src/condition.h index 2e9b26a..a6b38bb 100644 --- a/src/condition.h +++ b/src/condition.h @@ -4,11 +4,11 @@ class Condition { public: - Condition(); - virtual ~Condition(); + Condition(); + virtual ~Condition(); - virtual bool shouldExec( class Runner &r, class Target &rTarget )=0; - virtual Condition *clone()=0; + virtual bool shouldExec( class Runner &r, class Target &rTarget )=0; + virtual Condition *clone()=0; private: }; -- cgit v1.2.3