clang-format

This commit is contained in:
MerryMage 2018-01-16 18:05:21 +00:00
parent da0933bdc1
commit 41bfd994f6
25 changed files with 54 additions and 63 deletions

View file

@ -95,10 +95,8 @@ MemoryRegionInfo* GetMemoryRegion(MemoryRegion region) {
}
}
void HandleSpecialMapping(VMManager& address_space, const AddressMapping& mapping) {
}
void HandleSpecialMapping(VMManager& address_space, const AddressMapping& mapping) {}
void MapSharedPages(VMManager& address_space) {
}
void MapSharedPages(VMManager& address_space) {}
} // namespace Kernel