]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Fix error introduced by merge
authorIgor Canadi <icanadi@fb.com>
Tue, 7 Oct 2014 16:47:16 +0000 (09:47 -0700)
committerIgor Canadi <icanadi@fb.com>
Tue, 7 Oct 2014 16:50:29 +0000 (09:50 -0700)
utilities/write_batch_with_index/write_batch_with_index.cc

index f5bab263754359cb98d61059a0be6fcf888b69a2..481ec6867d6b304a03bd2e33bbf69aaf6739c02f 100644 (file)
@@ -10,6 +10,7 @@
 #include "util/arena.h"
 
 namespace rocksdb {
+
 class ReadableWriteBatch : public WriteBatch {
  public:
   explicit ReadableWriteBatch(size_t reserved_bytes = 0)
@@ -120,7 +121,6 @@ class WBWIIteratorImpl : public WBWIIterator {
     }
   }
 };
-}  // namespace
 
 struct WriteBatchWithIndex::Rep {
   Rep(const Comparator* index_comparator, size_t reserved_bytes = 0)