fix formatting

Co-authored-by: Mai M. <mathew1800@gmail.com>
This commit is contained in:
itsmeft24 2021-12-06 07:58:28 -05:00 committed by GitHub
parent 14c03b9748
commit 32854a2992
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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