Parcourir la source

fix formatting

Co-authored-by: Mai M. <mathew1800@gmail.com>
itsmeft24 il y a 4 ans
Parent
commit
32854a2992
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/core/hle/kernel/k_code_memory.h

+ 1 - 1
src/core/hle/kernel/k_code_memory.h

@@ -16,7 +16,7 @@
 
 
 namespace Kernel {
 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
 class KCodeMemory final
     : public KAutoObjectWithSlabHeapAndContainer<KCodeMemory, KAutoObjectWithList> {
     : public KAutoObjectWithSlabHeapAndContainer<KCodeMemory, KAutoObjectWithList> {