summaryrefslogtreecommitdiff
path: root/lib/scudo/scudo_new_delete.cpp
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-01-02 19:18:27 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-01-02 19:18:27 +0000
commit316d58822dada9440bd06ecfc758dcc2364d617c (patch)
treefe72ec2e6ce9a360dda74d9d57f7acdb0e3c39d6 /lib/scudo/scudo_new_delete.cpp
parent0230fcf22fe7d19f03d981c9c2c59a3db0b72ea5 (diff)
Diffstat (limited to 'lib/scudo/scudo_new_delete.cpp')
-rw-r--r--lib/scudo/scudo_new_delete.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/scudo/scudo_new_delete.cpp b/lib/scudo/scudo_new_delete.cpp
index 172f5659c933..c022bd0acbe7 100644
--- a/lib/scudo/scudo_new_delete.cpp
+++ b/lib/scudo/scudo_new_delete.cpp
@@ -24,7 +24,7 @@ using namespace __scudo;
// Fake std::nothrow_t to avoid including <new>.
namespace std {
struct nothrow_t {};
-} // namespace std
+} // namespace std
CXX_OPERATOR_ATTRIBUTE
void *operator new(size_t size) {