mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-11-05 09:48:59 -06:00
[Ryujinx.Horizon.Generators] Address dotnet-format issues (#5383)
* dotnet format style --severity info Some changes were manually reverted. * Address most dotnet format whitespace warnings * Apply dotnet format whitespace formatting A few of them have been manually reverted and the corresponding warning was silenced * dotnet format whitespace after rebase
This commit is contained in:
@@ -40,7 +40,7 @@ namespace Ryujinx.Horizon.Generators
|
||||
{
|
||||
if (_currentIndentCount - 1 >= 0)
|
||||
{
|
||||
_currentIndentCount--;
|
||||
_currentIndentCount--;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user