mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-25 16:22:47 +01:00
fix formatting (part 2)
This commit is contained in:
parent
9b020a545c
commit
357d289d53
1 changed files with 1 additions and 1 deletions
|
@ -441,7 +441,7 @@ private:
|
|||
Svc::MemoryState state) const;
|
||||
|
||||
Result AllocateAndMapPagesImpl(PageLinkedList* page_list, KProcessAddress address,
|
||||
size_t num_pages, KPageProperties &perm);
|
||||
size_t num_pages, KPageProperties& perm);
|
||||
Result MapPageGroupImpl(PageLinkedList* page_list, KProcessAddress address,
|
||||
const KPageGroup& pg, const KPageProperties properties, bool reuse_ll);
|
||||
|
||||
|
|
Loading…
Reference in a new issue