diff options
| author | itsmeft24 <57544858+itsmeft24@users.noreply.github.com> | 2021-12-06 07:58:28 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-06 07:58:28 -0500 | 
| commit | 32854a299223c7fff759bb779adda0022c632bd3 (patch) | |
| tree | 522ff559ed9e3b9cf255344446307dd603c02c06 /src/core/hle | |
| parent | 14c03b97483bb394e210972ed30f105b9994cd04 (diff) | |
fix formatting
Co-authored-by: Mai M. <mathew1800@gmail.com>
Diffstat (limited to 'src/core/hle')
| -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 @@  namespace Kernel { -enum class CodeMemoryOperation : u32 { Map = 0, MapToOwner = 1, Unmap = 2, UnmapFromOwner = 3 }; +enum class CodeMemoryOperation : u32 { Map = 0, MapToOwner = 1, Unmap = 2, UnmapFromOwner = 3, };  class KCodeMemory final      : public KAutoObjectWithSlabHeapAndContainer<KCodeMemory, KAutoObjectWithList> {  | 
