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");
}