diff options
| author | 2021-12-06 07:58:28 -0500 | |
|---|---|---|
| committer | 2021-12-06 07:58:28 -0500 | |
| commit | 32854a299223c7fff759bb779adda0022c632bd3 (patch) | |
| tree | 522ff559ed9e3b9cf255344446307dd603c02c06 | |
| parent | fix formatting (diff) | |
| download | yuzu-32854a299223c7fff759bb779adda0022c632bd3.tar.gz yuzu-32854a299223c7fff759bb779adda0022c632bd3.tar.xz yuzu-32854a299223c7fff759bb779adda0022c632bd3.zip | |
fix formatting
Co-authored-by: Mai M. <mathew1800@gmail.com>
| -rw-r--r-- | src/core/hle/kernel/k_code_memory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/k_code_memory.h b/src/core/hle/kernel/k_code_memory.h index 9166d98b5..91ffafa89 100644 --- a/src/core/hle/kernel/k_code_memory.h +++ b/src/core/hle/kernel/k_code_memory.h | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | 16 | ||
| 17 | namespace Kernel { | 17 | namespace Kernel { |
| 18 | 18 | ||
| 19 | enum class CodeMemoryOperation : u32 { Map = 0, MapToOwner = 1, Unmap = 2, UnmapFromOwner = 3 }; | 19 | enum class CodeMemoryOperation : u32 { Map = 0, MapToOwner = 1, Unmap = 2, UnmapFromOwner = 3, }; |
| 20 | 20 | ||
| 21 | class KCodeMemory final | 21 | class KCodeMemory final |
| 22 | : public KAutoObjectWithSlabHeapAndContainer<KCodeMemory, KAutoObjectWithList> { | 22 | : public KAutoObjectWithSlabHeapAndContainer<KCodeMemory, KAutoObjectWithList> { |