[NFC] clang-format.
This commit is contained in:
committed by
David Chisnall
parent
1892538ad1
commit
4036e54879
@@ -1003,8 +1003,8 @@ namespace snmalloc
|
|||||||
{
|
{
|
||||||
static_assert(
|
static_assert(
|
||||||
std::remove_reference_t<decltype(
|
std::remove_reference_t<decltype(
|
||||||
large_allocator
|
large_allocator.memory_provider)>::
|
||||||
.memory_provider)>::template pal_supports<LowMemoryNotification>(),
|
template pal_supports<LowMemoryNotification>(),
|
||||||
"A lazy decommit strategy cannot be implemented on platforms "
|
"A lazy decommit strategy cannot be implemented on platforms "
|
||||||
"without low memory notifications");
|
"without low memory notifications");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user