diff options
Diffstat (limited to 'src/Ryujinx.Common/Pools')
| -rw-r--r-- | src/Ryujinx.Common/Pools/ObjectPool.cs | 2 | ||||
| -rw-r--r-- | src/Ryujinx.Common/Pools/SharedPools.cs | 2 | ||||
| -rw-r--r-- | src/Ryujinx.Common/Pools/ThreadStaticArray.cs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/Ryujinx.Common/Pools/ObjectPool.cs b/src/Ryujinx.Common/Pools/ObjectPool.cs index a0d3feb9..0b6ce377 100644 --- a/src/Ryujinx.Common/Pools/ObjectPool.cs +++ b/src/Ryujinx.Common/Pools/ObjectPool.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Threading; namespace Ryujinx.Common diff --git a/src/Ryujinx.Common/Pools/SharedPools.cs b/src/Ryujinx.Common/Pools/SharedPools.cs index 272a7418..342eab4d 100644 --- a/src/Ryujinx.Common/Pools/SharedPools.cs +++ b/src/Ryujinx.Common/Pools/SharedPools.cs @@ -1,4 +1,4 @@ -namespace Ryujinx.Common +namespace Ryujinx.Common { public static class SharedPools { diff --git a/src/Ryujinx.Common/Pools/ThreadStaticArray.cs b/src/Ryujinx.Common/Pools/ThreadStaticArray.cs index 54df5041..a2b9811c 100644 --- a/src/Ryujinx.Common/Pools/ThreadStaticArray.cs +++ b/src/Ryujinx.Common/Pools/ThreadStaticArray.cs @@ -1,4 +1,4 @@ -using System; +using System; namespace Ryujinx.Common.Pools { |
