[NFC] Automatic fixes from clang-tidy.
This commit is contained in:
@@ -157,7 +157,7 @@ namespace snmalloc
|
||||
# endif
|
||||
thread_alloc_release(void* p)
|
||||
{
|
||||
Alloc** pp = (Alloc**)p;
|
||||
Alloc** pp = static_cast<Alloc**>(p);
|
||||
current_alloc_pool()->release(*pp);
|
||||
*pp = nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user