mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 18:45:34 +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,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