Explorar o código

fix formatting

Co-authored-by: Mai M. <mathew1800@gmail.com>
itsmeft24 %!s(int64=4) %!d(string=hai) anos
pai
achega
32854a2992
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {
 
-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> {