fix formatting (part 1)

This commit is contained in:
Belal Ashraf 2024-04-08 16:55:05 +02:00 committed by Exverge
parent 6d13a5ea2b
commit bd101a52a0
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.