diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2018-04-04 19:29:34 -0300 |
|---|---|---|
| committer | gdkchan <gab.dark.100@gmail.com> | 2018-04-04 19:29:34 -0300 |
| commit | a3d6baab91de9ea7aa8e33b696c652da5c10ca15 (patch) | |
| tree | a7d968903b8124b02ea9141320a9c609c42f6ccc /Ryujinx.Core/OsHle/Services | |
| parent | 836a003c8e092653d4fdf9c83df2b7f7401717d2 (diff) | |
Remove useless spacing
Diffstat (limited to 'Ryujinx.Core/OsHle/Services')
| -rw-r--r-- | Ryujinx.Core/OsHle/Services/IpcService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Core/OsHle/Services/IpcService.cs b/Ryujinx.Core/OsHle/Services/IpcService.cs index 33300dec..69570bea 100644 --- a/Ryujinx.Core/OsHle/Services/IpcService.cs +++ b/Ryujinx.Core/OsHle/Services/IpcService.cs @@ -14,7 +14,7 @@ namespace Ryujinx.Core.OsHle.Services private int SelfId; - private bool IsDomain; + private bool IsDomain; public IpcService() { |
