summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/builder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/builder.cc b/db/builder.cc
index fe5cde1..e6329e0 100644
--- a/db/builder.cc
+++ b/db/builder.cc
@@ -35,7 +35,7 @@ Status BuildTable(const std::string& dbname, Env* env, const Options& options,
key = iter->key();
builder->Add(key, iter->value());
}
- if(!key.empty()) {
+ if (!key.empty()) {
meta->largest.DecodeFrom(key);
}