mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:48:11 +00:00
Kernel: Run clang-format on AnonymousVMObject.cpp
This commit is contained in:
parent
fb0c94ae84
commit
9a701eafc4
1 changed files with 0 additions and 1 deletions
|
@ -209,7 +209,6 @@ KResult AnonymousVMObject::set_volatile(bool is_volatile, bool& was_purged)
|
|||
page = MM.shared_zero_page();
|
||||
}
|
||||
|
||||
|
||||
if (m_unused_committed_pages) {
|
||||
MM.uncommit_user_physical_pages(m_unused_committed_pages);
|
||||
m_unused_committed_pages = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue