fix formatting (part 1)

pull/116/head
Belal Ashraf 2024-04-08 16:55:05 +02:00
parent b1d9c7316a
commit 9b020a545c
1 changed files with 1 additions and 1 deletions

View File

@ -1594,7 +1594,7 @@ size_t KPageTableBase::GetAliasCodeDataSize() const {
}
Result KPageTableBase::AllocateAndMapPagesImpl(PageLinkedList* page_list, KProcessAddress address,
size_t num_pages, KPageProperties &perm) {
size_t num_pages, KPageProperties& perm) {
ASSERT(this->IsLockedByCurrentThread());
// Create a page group to hold the pages we allocate.