[Ryujinx.Horizon.Common] Address dotnet-format issues (#5382)

* dotnet format style --severity info

Some changes were manually reverted.

* Address most dotnet format whitespace warnings

* Address IDE0251 warnings

* dotnet format whitespace after rebase
This commit is contained in:
TSRBerry
2023-06-25 13:40:37 +02:00
committed by GitHub
parent ede5b3c324
commit 7c2f07d124
4 changed files with 44 additions and 44 deletions

View File

@@ -1698,4 +1698,4 @@ namespace Ryujinx.Horizon.Common
return _names.TryGetValue(errorCode, out name);
}
}
}
}