From 0c64c06271d27077e2bbfb99daa2c2e8b5311bbf Mon Sep 17 00:00:00 2001 From: triton Date: Sun, 25 Aug 2013 16:11:16 +0100 Subject: [PATCH] Remove extra newline from the output. --- src/Generator/Generators/CLI/CLIHeadersTemplate.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Generator/Generators/CLI/CLIHeadersTemplate.cs b/src/Generator/Generators/CLI/CLIHeadersTemplate.cs index c7a6842d..f9710ba4 100644 --- a/src/Generator/Generators/CLI/CLIHeadersTemplate.cs +++ b/src/Generator/Generators/CLI/CLIHeadersTemplate.cs @@ -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 } PopIndent(); - NewLine(); WriteLine("};"); PopBlock(NewLineKind.BeforeNextBlock);