summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/in_memory/in_memory_btree_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/in_memory/in_memory_btree_impl.h')
-rw-r--r--src/mongo/db/storage/in_memory/in_memory_btree_impl.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mongo/db/storage/in_memory/in_memory_btree_impl.h b/src/mongo/db/storage/in_memory/in_memory_btree_impl.h
index ee318312c78..ed330d40d10 100644
--- a/src/mongo/db/storage/in_memory/in_memory_btree_impl.h
+++ b/src/mongo/db/storage/in_memory/in_memory_btree_impl.h
@@ -35,13 +35,13 @@
namespace mongo {
- class IndexCatalogEntry;
-
- /**
- * Caller takes ownership.
- * All permanent data will be stored and fetch from dataInOut.
- */
- SortedDataInterface* getInMemoryBtreeImpl(const Ordering& ordering,
- std::shared_ptr<void>* dataInOut);
+class IndexCatalogEntry;
+
+/**
+ * Caller takes ownership.
+ * All permanent data will be stored and fetch from dataInOut.
+ */
+SortedDataInterface* getInMemoryBtreeImpl(const Ordering& ordering,
+ std::shared_ptr<void>* dataInOut);
} // namespace mongo