mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-02 13:02:44 +01:00
fix formatting (part 1)
This commit is contained in:
parent
6d13a5ea2b
commit
bd101a52a0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue