Browse Source

Remove extra newline from the output.

pull/49/head
triton 12 years ago committed by Dimitar Dobrev
parent
commit
2981c497dc
  1. 2
      src/Generator/Generators/CLI/CLIHeadersTemplate.cs

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

@ -2,7 +2,6 @@ @@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.Linq;
using CppSharp.AST;
using CppSharp.Generators.CSharp;
using CppSharp.Types;
namespace CppSharp.Generators.CLI
@ -632,7 +631,6 @@ namespace CppSharp.Generators.CLI @@ -632,7 +631,6 @@ namespace CppSharp.Generators.CLI
}
PopIndent();
NewLine();
WriteLine("};");
PopBlock(NewLineKind.BeforeNextBlock);

Loading…
Cancel
Save