From 161366e545c1e3825d9e209f719be2dcc813eebe Mon Sep 17 00:00:00 2001 From: emmauss Date: Sat, 11 Aug 2018 12:31:48 +0000 Subject: [PATCH] fix spacing --- Ryujinx.HLE/OsHle/Horizon.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ryujinx.HLE/OsHle/Horizon.cs b/Ryujinx.HLE/OsHle/Horizon.cs index c8207ebfc6..69b5fdab72 100644 --- a/Ryujinx.HLE/OsHle/Horizon.cs +++ b/Ryujinx.HLE/OsHle/Horizon.cs @@ -42,7 +42,7 @@ namespace Ryujinx.HLE.OsHle HidSharedMem = new HSharedMem(); FontSharedMem = new HSharedMem(); - VsyncEvent = new KEvent(); + VsyncEvent = new KEvent(); } public void LoadCart(string ExeFsDir, string RomFsFile = null) @@ -213,4 +213,4 @@ namespace Ryujinx.HLE.OsHle } } } -} \ No newline at end of file +}