diff options
| author | Lordmau5 <mail@lordmau5.com> | 2018-06-11 02:10:09 +0200 |
|---|---|---|
| committer | Lordmau5 <mail@lordmau5.com> | 2018-06-11 02:10:09 +0200 |
| commit | 851f2ded9a369633bb18a5fc97c123b3ef94c24e (patch) | |
| tree | 245aa6d9caee866168ea0ca00d95b51323b983f2 | |
| parent | f13be6429b89d7707aaea71bc3fb6ddbcc50566e (diff) | |
Fix bracket alignment
| -rw-r--r-- | Ryujinx.Core/OsHle/Services/Am/ICommonStateGetter.cs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Ryujinx.Core/OsHle/Services/Am/ICommonStateGetter.cs b/Ryujinx.Core/OsHle/Services/Am/ICommonStateGetter.cs index e0b8f6ed..3c76daf8 100644 --- a/Ryujinx.Core/OsHle/Services/Am/ICommonStateGetter.cs +++ b/Ryujinx.Core/OsHle/Services/Am/ICommonStateGetter.cs @@ -19,13 +19,13 @@ namespace Ryujinx.Core.OsHle.Services.Am { m_Commands = new Dictionary<int, ServiceProcessRequest>() { - { 0, GetEventHandle }, - { 1, ReceiveMessage }, - { 5, GetOperationMode }, - { 6, GetPerformanceMode }, - { 8, GetBootMode }, - { 9, GetCurrentFocusState }, - { 60, GetDefaultDisplayResolution }, + { 0, GetEventHandle }, + { 1, ReceiveMessage }, + { 5, GetOperationMode }, + { 6, GetPerformanceMode }, + { 8, GetBootMode }, + { 9, GetCurrentFocusState }, + { 60, GetDefaultDisplayResolution }, { 61, GetDefaultDisplayResolutionChangeEvent } }; |
