Browse Source

Write new lines between method blocks.

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

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

@ -531,7 +531,7 @@ namespace CppSharp.Generators.CLI
WriteLine(";"); WriteLine(";");
PopBlock(); PopBlock(NewLineKind.Always);
} }
public bool GenerateTypedef(TypedefDecl typedef) public bool GenerateTypedef(TypedefDecl typedef)

Loading…
Cancel
Save