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/conditionfiletime.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/conditionfiletime.h') diff --git a/src/conditionfiletime.h b/src/conditionfiletime.h index 6fb2e9d..54cc83b 100644 --- a/src/conditionfiletime.h +++ b/src/conditionfiletime.h @@ -6,11 +6,11 @@ class ConditionFileTime : public Condition { public: - ConditionFileTime(); - virtual ~ConditionFileTime(); + ConditionFileTime(); + virtual ~ConditionFileTime(); - 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