mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 21:45: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--)
|
for (int i = indent_level; i > 0; i--)
|
||||||
base.Write(" ");
|
base.Write(" ");
|
||||||
|
|
||||||
base.WriteLine(value);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
base.WriteLine(value);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Write(Bind.Structures.Enum e)
|
public void Write(Bind.Structures.Enum e)
|
||||||
|
|
Loading…
Reference in a new issue