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