mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 16:45:27 +00:00
* BindStreamWriter.cs: Fixed workaround for indentation on Linux (indentation seems to be applied twice).
This commit is contained in:
parent
9c0a472ba7
commit
6f57ac0f6d
|
@ -57,10 +57,10 @@ 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