Browse Source

Do not add a new line after the first include when generating CLI source files.

pull/1/head
triton 13 years ago
parent
commit
11bc8fac75
  1. 1
      src/Generator/Generators/CLI/CLISourcesTemplate.cs

1
src/Generator/Generators/CLI/CLISourcesTemplate.cs

@ -14,7 +14,6 @@ namespace Cxxi.Generators.CLI @@ -14,7 +14,6 @@ namespace Cxxi.Generators.CLI
WriteLine("#include \"{0}.h\"",
Path.GetFileNameWithoutExtension(Module.FileName));
NewLine();
GenerateForwardReferenceHeaders();
NewLine();

Loading…
Cancel
Save