From 4036e54879a7e86de7c8fff84e3716e8fbec3410 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Thu, 21 Feb 2019 15:24:21 +0000 Subject: [PATCH] [NFC] clang-format. --- src/mem/alloc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mem/alloc.h b/src/mem/alloc.h index 7c1e90e..c8b72d9 100644 --- a/src/mem/alloc.h +++ b/src/mem/alloc.h @@ -1003,8 +1003,8 @@ namespace snmalloc { static_assert( std::remove_reference_t::template pal_supports(), + large_allocator.memory_provider)>:: + template pal_supports(), "A lazy decommit strategy cannot be implemented on platforms " "without low memory notifications"); }