From f5389089a8973ed0a7a31d1114e54f3950140733 Mon Sep 17 00:00:00 2001 From: MaxLastBreath Date: Tue, 17 Sep 2024 16:42:37 +0300 Subject: [PATCH] Format newline --- src/Ryujinx.HLE/HOS/Kernel/Common/KSystemControl.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ryujinx.HLE/HOS/Kernel/Common/KSystemControl.cs b/src/Ryujinx.HLE/HOS/Kernel/Common/KSystemControl.cs index e27f9e99f9..3f194e0ed8 100644 --- a/src/Ryujinx.HLE/HOS/Kernel/Common/KSystemControl.cs +++ b/src/Ryujinx.HLE/HOS/Kernel/Common/KSystemControl.cs @@ -75,4 +75,4 @@ namespace Ryujinx.HLE.HOS.Kernel.Common }; } } -} \ No newline at end of file +}