diff options
author | Jason Evans <jasone@canonware.com> | 2017-01-13 10:34:50 -0800 |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2017-01-13 14:49:24 -0800 |
commit | 87e81e609b5d1bd8821d7256208091c546e62c5a (patch) | |
tree | 9e355b4d230f3352cc7ea991d6a4c13106e4ea2f /src/jemalloc_cpp.cpp | |
parent | 77cccac8cde9fb1f1555331814c4e6440c16de43 (diff) |
Fix indentation.
Diffstat (limited to 'src/jemalloc_cpp.cpp')
-rw-r--r-- | src/jemalloc_cpp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jemalloc_cpp.cpp b/src/jemalloc_cpp.cpp index 4c5756b3..4d88f993 100644 --- a/src/jemalloc_cpp.cpp +++ b/src/jemalloc_cpp.cpp @@ -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 |