Browse Source

Whitespace cleanups.

pull/144/merge
triton 12 years ago
parent
commit
7037c3dd4b
  1. 4
      src/Generator/Generators/CSharp/CSharpTextTemplate.cs

4
src/Generator/Generators/CSharp/CSharpTextTemplate.cs

@ -875,7 +875,7 @@ namespace CppSharp.Generators.CSharp @@ -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 @@ -2020,7 +2020,7 @@ namespace CppSharp.Generators.CSharp
}
else
{
names.Insert(0, Helpers.InstanceIdentifier);
names.Insert(0, Helpers.InstanceIdentifier);
}
}
}

Loading…
Cancel
Save