Browse Source

Remove extra newline from the output.

pull/49/merge
triton 12 years ago
parent
commit
0c64c06271
  1. 2
      src/Generator/Generators/CLI/CLIHeadersTemplate.cs

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

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

Loading…
Cancel
Save