mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-04-16 09:14:10 -05:00
fix formatting (part 1)
This commit is contained in:
parent
6d13a5ea2b
commit
bd101a52a0
@ -1594,7 +1594,7 @@ size_t KPageTableBase::GetAliasCodeDataSize() const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Result KPageTableBase::AllocateAndMapPagesImpl(PageLinkedList* page_list, KProcessAddress address,
|
Result KPageTableBase::AllocateAndMapPagesImpl(PageLinkedList* page_list, KProcessAddress address,
|
||||||
size_t num_pages, KPageProperties &perm) {
|
size_t num_pages, KPageProperties& perm) {
|
||||||
ASSERT(this->IsLockedByCurrentThread());
|
ASSERT(this->IsLockedByCurrentThread());
|
||||||
|
|
||||||
// Create a page group to hold the pages we allocate.
|
// Create a page group to hold the pages we allocate.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user