aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2023-03-04 10:43:08 -0300
committerGitHub <noreply@github.com>2023-03-04 14:43:08 +0100
commit4f3af839be4134ed63dbd705758714bd0fbba9ef (patch)
tree4c9c0095a4c8efdef540d898ac9e3f143f7b734c /Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs
parent155736c9863ed90c3ffa177266f67a0bdaa63fd1 (diff)
Minor code formatting (#4498)
Diffstat (limited to 'Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs')
-rw-r--r--Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs b/Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs
index 11f0785e..c3598a1e 100644
--- a/Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs
+++ b/Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs
@@ -1,8 +1,8 @@
+using Ryujinx.Common.Logging;
using System;
using System.Management;
using System.Runtime.InteropServices;
using System.Runtime.Versioning;
-using Ryujinx.Common.Logging;
namespace Ryujinx.Common.SystemInfo
{