From 69736cc0cb018aa3934090ef3d7fcbcf4b1aa21b Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 4 Aug 2014 19:41:38 +0100 Subject: [PATCH] Tweak generated C# .cs files header --- Source/Modules/csharp.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Modules/csharp.cxx b/Source/Modules/csharp.cxx index 2cacbd148..df4486d1d 100644 --- a/Source/Modules/csharp.cxx +++ b/Source/Modules/csharp.cxx @@ -628,7 +628,8 @@ public: void emitBanner(File *f) { Printf(f, "//------------------------------------------------------------------------------\n"); - Printf(f, "// \n\n"); + Printf(f, "// \n"); + Printf(f, "//\n"); Swig_banner_target_lang(f, "//"); Printf(f, "//------------------------------------------------------------------------------\n\n"); }