mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:57:45 +00:00
Everywhere: Run clang-format
This commit is contained in:
parent
0376c127f6
commit
086969277e
1665 changed files with 8479 additions and 8479 deletions
|
@ -50,7 +50,7 @@ public:
|
|||
VirtualRangeAllocator const& range_allocator() const { return m_range_allocator; }
|
||||
|
||||
AddressSpace* address_space() { return m_space; }
|
||||
const AddressSpace* address_space() const { return m_space; }
|
||||
AddressSpace const* address_space() const { return m_space; }
|
||||
|
||||
void set_space(Badge<AddressSpace>, AddressSpace& space) { m_space = &space; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue