Browse Source

fix formatting

Co-authored-by: Mai M. <mathew1800@gmail.com>
pull/15/merge
itsmeft24 4 years ago
committed by GitHub
parent
commit
32854a2992
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/hle/kernel/k_code_memory.h

2
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> {

Loading…
Cancel
Save