Clang-tidy

This commit is contained in:
Matthew Parkinson
2019-07-15 20:08:16 +01:00
parent 1b0923e141
commit a2a47d9a50

View File

@@ -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();
};
/**