From 0b08923c41a3f4fe1cae7f58e1df915c3fed05f3 Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Mon, 23 Jul 2012 21:27:38 +0000 Subject: [PATCH] Generated code formatting fix --- wrap/StaticMethod.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/wrap/StaticMethod.cpp b/wrap/StaticMethod.cpp index 3def66b0f..61b54434c 100644 --- a/wrap/StaticMethod.cpp +++ b/wrap/StaticMethod.cpp @@ -131,8 +131,6 @@ string StaticMethod::wrapper_fragment(FileWriter& file, // unwrap arguments, see Argument.cpp args.matlab_unwrap(file,0); // We start at 0 because there is no self object - file.oss << " "; - // call method with default type and wrap result if (returnVal.type1!="void") returnVal.wrap_result(cppClassName+"::"+name+"("+args.names()+")", file, typeAttributes);