[NFC] clang format.

This commit is contained in:
David Chisnall
2019-07-15 15:01:45 +01:00
parent 31267f9d85
commit 5e9727c8ca

View File

@@ -391,8 +391,7 @@ namespace snmalloc
{
assert((reinterpret_cast<uintptr_t>(&top) & (OS_PAGE_SIZE - 1)) == 0);
return reinterpret_cast<void*>(
reinterpret_cast<uintptr_t>(&top[p >> SHIFT]) & ~(OS_PAGE_SIZE - 1));
reinterpret_cast<uintptr_t>(&top[p >> SHIFT]) & ~(OS_PAGE_SIZE - 1));
}
};
} // namespace snmalloc