mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-24 01:25:31 +00:00
* BindStreamWriter.cs: Fixed workaround for indentation on Linux (indentation seems to be applied twice).
This commit is contained in:
parent
81b06b8a08
commit
04e8dc3472
|
@ -57,9 +57,9 @@ namespace Bind
|
|||
{
|
||||
for (int i = indent_level; i > 0; i--)
|
||||
base.Write(" ");
|
||||
|
||||
base.WriteLine(value);
|
||||
}
|
||||
|
||||
base.WriteLine(value);
|
||||
}
|
||||
|
||||
public void Write(Bind.Structures.Enum e)
|
||||
|
|
Loading…
Reference in a new issue