Clangformat.

This commit is contained in:
Matthew Parkinson
2019-07-02 16:18:03 +01:00
parent ea399660ce
commit 4cf19f3a4c

View File

@@ -473,8 +473,9 @@ namespace snmalloc
SNMALLOC_SLOW_PATH void dealloc_not_small(void* p, uint8_t size)
{
handle_message_queue();
if (p == nullptr) return;
if (p == nullptr)
return;
if (size == PMMediumslab)
{