From 47ba76a966d45d6cfcf8321daf0b24687ff38b2b Mon Sep 17 00:00:00 2001 From: triton Date: Thu, 15 Aug 2013 23:50:23 +0100 Subject: [PATCH] Remove extra newline. --- src/Generator/Generators/CLI/CLISourcesTemplate.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Generator/Generators/CLI/CLISourcesTemplate.cs b/src/Generator/Generators/CLI/CLISourcesTemplate.cs index 4aef1cac..1a13b35e 100644 --- a/src/Generator/Generators/CLI/CLISourcesTemplate.cs +++ b/src/Generator/Generators/CLI/CLISourcesTemplate.cs @@ -885,7 +885,6 @@ namespace CppSharp.Generators.CLI }; var marshal = new CLIMarshalManagedToNativePrinter(ctx); - param.Visit(marshal); if (string.IsNullOrEmpty(marshal.Context.Return))