summaryrefslogtreecommitdiff
path: root/table/block_builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'table/block_builder.h')
-rw-r--r--table/block_builder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/table/block_builder.h b/table/block_builder.h
index bf92a0f..5b545bd 100644
--- a/table/block_builder.h
+++ b/table/block_builder.h
@@ -52,6 +52,6 @@ class BlockBuilder {
void operator=(const BlockBuilder&);
};
-}
+} // namespace leveldb
#endif // STORAGE_LEVELDB_TABLE_BLOCK_BUILDER_H_