summaryrefslogtreecommitdiffstats
path: root/src/jemalloc_cpp.cpp
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2017-01-13 18:34:50 (GMT)
committerJason Evans <jasone@canonware.com>2017-01-13 22:49:24 (GMT)
commit87e81e609b5d1bd8821d7256208091c546e62c5a (patch)
tree9e355b4d230f3352cc7ea991d6a4c13106e4ea2f /src/jemalloc_cpp.cpp
parent77cccac8cde9fb1f1555331814c4e6440c16de43 (diff)
downloadjemalloc-87e81e609b5d1bd8821d7256208091c546e62c5a.zip
jemalloc-87e81e609b5d1bd8821d7256208091c546e62c5a.tar.gz
jemalloc-87e81e609b5d1bd8821d7256208091c546e62c5a.tar.bz2
Fix indentation.
Diffstat (limited to 'src/jemalloc_cpp.cpp')
-rw-r--r--src/jemalloc_cpp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jemalloc_cpp.cpp b/src/jemalloc_cpp.cpp
index 4c5756b..4d88f99 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