Browse Source

Added extra newline in generated output.

pull/34/merge
triton 12 years ago
parent
commit
c8e7369d7b
  1. 2
      src/Generator/Generators/CLI/CLIHeadersTemplate.cs

2
src/Generator/Generators/CLI/CLIHeadersTemplate.cs

@ -464,6 +464,8 @@ namespace CppSharp.Generators.CLI @@ -464,6 +464,8 @@ namespace CppSharp.Generators.CLI
NewLine();
WriteLine("{");
WriteLine("public:");
NewLine();
return false;
}

Loading…
Cancel
Save