mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-02 13:02:44 +01:00
fix formatting (part 2)
This commit is contained in:
parent
bd101a52a0
commit
311cfa231b
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