From bc3def588f7256d98371625b1665af052638e854 Mon Sep 17 00:00:00 2001 From: Joao Matos Date: Thu, 16 Feb 2017 02:27:24 +0000 Subject: [PATCH] Remove whitespace. --- src/Generator/Generators/CSharp/CSharpSources.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Generator/Generators/CSharp/CSharpSources.cs b/src/Generator/Generators/CSharp/CSharpSources.cs index 5fd5dec8..ad184945 100644 --- a/src/Generator/Generators/CSharp/CSharpSources.cs +++ b/src/Generator/Generators/CSharp/CSharpSources.cs @@ -1691,7 +1691,7 @@ namespace CppSharp.Generators.CSharp } else { - WriteLine("return {0};", marshal.Context.Return); + WriteLine("return {0};", marshal.Context.Return); } } }