mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 12:43:16 +00:00
Fix indentation.
This commit is contained in:
@@ -92,7 +92,7 @@ void *
|
||||
operator new[](std::size_t size, const std::nothrow_t&) noexcept
|
||||
{
|
||||
|
||||
return (newImpl<true>(size));
|
||||
return (newImpl<true>(size));
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user