summaryrefslogtreecommitdiff
path: root/util/aligned_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/aligned_buffer.h')
-rw-r--r--util/aligned_buffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/aligned_buffer.h b/util/aligned_buffer.h
index dbff9c810..c7b0728c9 100644
--- a/util/aligned_buffer.h
+++ b/util/aligned_buffer.h
@@ -11,7 +11,7 @@
#include <algorithm>
#include "port/port.h"
-namespace rocksdb {
+namespace ROCKSDB_NAMESPACE {
// This file contains utilities to handle the alignment of pages and buffers.
@@ -245,4 +245,4 @@ public:
cursize_ = cursize;
}
};
-}
+} // namespace ROCKSDB_NAMESPACE