aboutsummaryrefslogtreecommitdiff
path: root/table/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'table/format.h')
-rw-r--r--table/format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/table/format.h b/table/format.h
index a6ab964..2a3e1ac 100644
--- a/table/format.h
+++ b/table/format.h
@@ -98,6 +98,6 @@ inline BlockHandle::BlockHandle()
size_(~static_cast<uint64_t>(0)) {
}
-}
+} // namespace leveldb
#endif // STORAGE_LEVELDB_TABLE_FORMAT_H_