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/functionclose.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/functionclose.cpp') diff --git a/src/functionclose.cpp b/src/functionclose.cpp index d652913..173e224 100644 --- a/src/functionclose.cpp +++ b/src/functionclose.cpp @@ -3,7 +3,7 @@ #include PluginInterface3( pluginFunctionClose, close, FunctionClose, Function, - "Mike Buland", 0, 1 ); + "Mike Buland", 0, 1 ); FunctionClose::FunctionClose() { @@ -15,12 +15,12 @@ FunctionClose::~FunctionClose() Bu::String FunctionClose::getName() const { - return "close"; + return "close"; } Variable FunctionClose::call( Variable &input, VarList ) { - FileMgr::getInstance().close( (ptrdiff_t)input.getOpaque() ); - return Variable(); + FileMgr::getInstance().close( (ptrdiff_t)input.getOpaque() ); + return Variable(); } -- cgit v1.2.3