mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-08 22:35:38 +00:00
Remove trailing space from bindings
This commit is contained in:
parent
35be46f06f
commit
0dfaa414af
|
@ -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