diff --git a/src/Generator.Bind/CSharpSpecWriter.cs b/src/Generator.Bind/CSharpSpecWriter.cs index 1f10fbd0..3b7a967b 100644 --- a/src/Generator.Bind/CSharpSpecWriter.cs +++ b/src/Generator.Bind/CSharpSpecWriter.cs @@ -380,7 +380,7 @@ namespace Bind } if (!String.IsNullOrEmpty(docparam.Documentation)) { - sw.WriteLine(WriteOptions.NoIndent, " "); + sw.WriteLine(WriteOptions.NoIndent, ""); sw.WriteLine("/// {0}", docparam.Documentation); sw.WriteLine("/// "); }