fix formatting (part 1)

Cette révision appartient à :
Belal Ashraf 2024-04-08 16:55:05 +02:00
Parent b1d9c7316a
révision 9b020a545c
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

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