mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-15 15:11:41 +03:00
Fix indentation.
This commit is contained in:
parent
77cccac8cd
commit
87e81e609b
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue