From 7037c3dd4b1d61928a464e8ceda7a7582b26186b Mon Sep 17 00:00:00 2001 From: triton Date: Tue, 24 Dec 2013 17:03:42 +0000 Subject: [PATCH] Whitespace cleanups. --- src/Generator/Generators/CSharp/CSharpTextTemplate.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Generator/Generators/CSharp/CSharpTextTemplate.cs b/src/Generator/Generators/CSharp/CSharpTextTemplate.cs index 85c7fa7f..01b75f67 100644 --- a/src/Generator/Generators/CSharp/CSharpTextTemplate.cs +++ b/src/Generator/Generators/CSharp/CSharpTextTemplate.cs @@ -875,7 +875,7 @@ namespace CppSharp.Generators.CSharp { if (method.OperatorKind == CXXOperatorKind.Subscript) { - GenerateIndexerSetter(returnType, method); + GenerateIndexerSetter(returnType, method); } else { @@ -2020,7 +2020,7 @@ namespace CppSharp.Generators.CSharp } else { - names.Insert(0, Helpers.InstanceIdentifier); + names.Insert(0, Helpers.InstanceIdentifier); } } }