aboutsummaryrefslogtreecommitdiff
path: root/util/crc32c.cc
diff options
context:
space:
mode:
Diffstat (limited to 'util/crc32c.cc')
-rw-r--r--util/crc32c.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/crc32c.cc b/util/crc32c.cc
index 28c2401..6db9e77 100644
--- a/util/crc32c.cc
+++ b/util/crc32c.cc
@@ -328,5 +328,5 @@ uint32_t Extend(uint32_t crc, const char* buf, size_t size) {
return l ^ 0xffffffffu;
}
-}
-}
+} // namespace crc32c
+} // namespace leveldb