From a2a47d9a500631e20f8c7382dbd91d5b2e944a6b Mon Sep 17 00:00:00 2001 From: Matthew Parkinson Date: Mon, 15 Jul 2019 20:08:16 +0100 Subject: [PATCH] Clang-tidy --- src/mem/threadalloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mem/threadalloc.h b/src/mem/threadalloc.h index d23d4e7..7f284c8 100644 --- a/src/mem/threadalloc.h +++ b/src/mem/threadalloc.h @@ -147,7 +147,7 @@ namespace snmalloc * This function must be allowed to call back into this class to destroy * the state. */ - friend void _malloc_thread_cleanup(void); + friend void _malloc_thread_cleanup(); }; /**