1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-09-10 10:56:27 -05:00

[Ryujinx.Graphics.Host1x] Address dotnet-format issues (#5368)

* dotnet format style --severity info

Some changes were manually reverted.

* Address most dotnet format whitespace warnings

* Add comments to disabled warnings

* dotnet format whitespace after rebase
This commit is contained in:
TSRBerry
2023-06-27 16:35:48 +02:00
committed by GitHub
parent e96299eef5
commit 0191e2396a
5 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ namespace Ryujinx.Graphics.Host1x
}
}
private readonly List<SyncptIncr> _incrs = new List<SyncptIncr>();
private readonly List<SyncptIncr> _incrs = new();
private uint _currentId;