Browse Source

Remove whitespace.

pull/818/head
Joao Matos 9 years ago
parent
commit
bc3def588f
  1. 2
      src/Generator/Generators/CSharp/CSharpSources.cs

2
src/Generator/Generators/CSharp/CSharpSources.cs

@ -1691,7 +1691,7 @@ namespace CppSharp.Generators.CSharp @@ -1691,7 +1691,7 @@ namespace CppSharp.Generators.CSharp
}
else
{
WriteLine("return {0};", marshal.Context.Return);
WriteLine("return {0};", marshal.Context.Return);
}
}
}

Loading…
Cancel
Save