diff options
author | gdkchan <gab.dark.100@gmail.com> | 2023-03-04 10:43:08 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-04 14:43:08 +0100 |
commit | 4f3af839be4134ed63dbd705758714bd0fbba9ef (patch) | |
tree | 4c9c0095a4c8efdef540d898ac9e3f143f7b734c /Ryujinx.Common/SystemInterop/StdErrAdapter.cs | |
parent | 155736c9863ed90c3ffa177266f67a0bdaa63fd1 (diff) |
Minor code formatting (#4498)1.1.649
Diffstat (limited to 'Ryujinx.Common/SystemInterop/StdErrAdapter.cs')
-rw-r--r-- | Ryujinx.Common/SystemInterop/StdErrAdapter.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx.Common/SystemInterop/StdErrAdapter.cs b/Ryujinx.Common/SystemInterop/StdErrAdapter.cs index 12e240ad..efb14218 100644 --- a/Ryujinx.Common/SystemInterop/StdErrAdapter.cs +++ b/Ryujinx.Common/SystemInterop/StdErrAdapter.cs @@ -1,9 +1,9 @@ +using Ryujinx.Common.Logging; using System; using System.IO; +using System.Runtime.InteropServices; using System.Runtime.Versioning; using System.Threading; -using Ryujinx.Common.Logging; -using System.Runtime.InteropServices; namespace Ryujinx.Common.SystemInterop { |