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/functionfilename.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/functionfilename.h') diff --git a/src/functionfilename.h b/src/functionfilename.h index 8f1cd13..2bead88 100644 --- a/src/functionfilename.h +++ b/src/functionfilename.h @@ -6,11 +6,11 @@ class FunctionFileName : public Function { public: - FunctionFileName(); - virtual ~FunctionFileName(); + FunctionFileName(); + virtual ~FunctionFileName(); - virtual Bu::String getName() const; - virtual Variable call( Variable &input, VarList lParams ); + virtual Bu::String getName() const; + virtual Variable call( Variable &input, VarList lParams ); }; -- cgit v1.2.3