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/conditionfileexists.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/conditionfileexists.h') diff --git a/src/conditionfileexists.h b/src/conditionfileexists.h index 6f30297..f1fe568 100644 --- a/src/conditionfileexists.h +++ b/src/conditionfileexists.h @@ -6,11 +6,11 @@ class ConditionFileExists : public Condition { public: - ConditionFileExists(); - virtual ~ConditionFileExists(); + ConditionFileExists(); + virtual ~ConditionFileExists(); - virtual bool shouldExec( class Runner &r, class Target &rTarget ); - virtual Condition *clone(); + virtual bool shouldExec( class Runner &r, class Target &rTarget ); + virtual Condition *clone(); }; #endif -- cgit v1.2.3