aboutsummaryrefslogtreecommitdiff
path: root/db/version_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'db/version_set.h')
-rw-r--r--db/version_set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/version_set.h b/db/version_set.h
index b866b2a..572602e 100644
--- a/db/version_set.h
+++ b/db/version_set.h
@@ -365,6 +365,6 @@ class Compaction {
size_t level_ptrs_[config::kNumLevels];
};
-}
+} // namespace leveldb
#endif // STORAGE_LEVELDB_DB_VERSION_SET_H_