diff options
| author | TSRBerry <20988865+TSRBerry@users.noreply.github.com> | 2023-12-04 14:17:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-04 14:17:13 +0100 |
| commit | 2989c163a891c4ac730e799e1457b1bfb2ecc028 (patch) | |
| tree | 81434d9484d89eb9dc55509e400f7ef36019c8f9 /src/Ryujinx.Common/Memory/PartialUnmaps | |
| parent | 1be668e68a1937f2af239e2707ab914286018892 (diff) | |
editorconfig: Set default encoding to UTF-8 (#5793)
* editorconfig: Add default charset
* Change file encoding from UTF-8-BOM to UTF-8
Diffstat (limited to 'src/Ryujinx.Common/Memory/PartialUnmaps')
4 files changed, 4 insertions, 4 deletions
diff --git a/src/Ryujinx.Common/Memory/PartialUnmaps/NativeReaderWriterLock.cs b/src/Ryujinx.Common/Memory/PartialUnmaps/NativeReaderWriterLock.cs index 03d48fd8..17106ae5 100644 --- a/src/Ryujinx.Common/Memory/PartialUnmaps/NativeReaderWriterLock.cs +++ b/src/Ryujinx.Common/Memory/PartialUnmaps/NativeReaderWriterLock.cs @@ -1,4 +1,4 @@ -using System.Runtime.InteropServices; +using System.Runtime.InteropServices; using System.Threading; using static Ryujinx.Common.Memory.PartialUnmaps.PartialUnmapHelpers; diff --git a/src/Ryujinx.Common/Memory/PartialUnmaps/PartialUnmapHelpers.cs b/src/Ryujinx.Common/Memory/PartialUnmaps/PartialUnmapHelpers.cs index e650de06..0daa7c46 100644 --- a/src/Ryujinx.Common/Memory/PartialUnmaps/PartialUnmapHelpers.cs +++ b/src/Ryujinx.Common/Memory/PartialUnmaps/PartialUnmapHelpers.cs @@ -1,4 +1,4 @@ -using System.Runtime.CompilerServices; +using System.Runtime.CompilerServices; namespace Ryujinx.Common.Memory.PartialUnmaps { diff --git a/src/Ryujinx.Common/Memory/PartialUnmaps/PartialUnmapState.cs b/src/Ryujinx.Common/Memory/PartialUnmaps/PartialUnmapState.cs index a583930b..93fef5c3 100644 --- a/src/Ryujinx.Common/Memory/PartialUnmaps/PartialUnmapState.cs +++ b/src/Ryujinx.Common/Memory/PartialUnmaps/PartialUnmapState.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Versioning; diff --git a/src/Ryujinx.Common/Memory/PartialUnmaps/ThreadLocalMap.cs b/src/Ryujinx.Common/Memory/PartialUnmaps/ThreadLocalMap.cs index a3c3dc57..009aff62 100644 --- a/src/Ryujinx.Common/Memory/PartialUnmaps/ThreadLocalMap.cs +++ b/src/Ryujinx.Common/Memory/PartialUnmaps/ThreadLocalMap.cs @@ -1,4 +1,4 @@ -using System.Runtime.InteropServices; +using System.Runtime.InteropServices; using System.Threading; using static Ryujinx.Common.Memory.PartialUnmaps.PartialUnmapHelpers; |
