summaryrefslogtreecommitdiff
path: root/src/jemalloc_cpp.cpp
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2017-01-19 21:41:41 -0800
committerJason Evans <jasone@canonware.com>2017-01-20 21:45:53 -0800
commitc0cc5db8717dd1d890bd52b687d9eef64a49554f (patch)
tree42473338d57c98edf669f8883862f5d1a44a1383 /src/jemalloc_cpp.cpp
parentf408643a4c90d51ab8ddc1d68610650d5db87edf (diff)
Replace tabs following #define with spaces.
This resolves #564.
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 394fbffe..9692b5ba 100644
--- a/src/jemalloc_cpp.cpp
+++ b/src/jemalloc_cpp.cpp
@@ -1,7 +1,7 @@
#include <mutex>
#include <new>
-#define JEMALLOC_CPP_CPP_
+#define JEMALLOC_CPP_CPP_
#include "jemalloc/internal/jemalloc_internal.h"
// All operators in this file are exported.