Remove trailing space from bindings
This commit is contained in:
parent
35be46f06f
commit
0dfaa414af
1 changed files with 1 additions and 1 deletions
|
@ -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("/// </param>");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue