mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-09 21:45:32 +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))
|
if (!String.IsNullOrEmpty(docparam.Documentation))
|
||||||
{
|
{
|
||||||
sw.WriteLine(WriteOptions.NoIndent, " ");
|
sw.WriteLine(WriteOptions.NoIndent, "");
|
||||||
sw.WriteLine("/// {0}", docparam.Documentation);
|
sw.WriteLine("/// {0}", docparam.Documentation);
|
||||||
sw.WriteLine("/// </param>");
|
sw.WriteLine("/// </param>");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue