Clang-tidy

This commit is contained in:
Matthew Parkinson
2019-07-15 19:51:11 +01:00
parent 280c2ae25c
commit 1b0923e141
2 changed files with 2 additions and 2 deletions

View File

@@ -181,7 +181,7 @@ namespace snmalloc
* Entry point the allows libc to call into the allocator for per-thread
* cleanup.
*/
extern "C" void _malloc_thread_cleanup(void)
extern "C" void _malloc_thread_cleanup()
{
ThreadAllocLibcCleanup::inner_release();
}