summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/matchable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/matcher/matchable.h')
-rw-r--r--src/mongo/db/matcher/matchable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/matcher/matchable.h b/src/mongo/db/matcher/matchable.h
index b0e7a601b89..062a3f28826 100644
--- a/src/mongo/db/matcher/matchable.h
+++ b/src/mongo/db/matcher/matchable.h
@@ -48,7 +48,7 @@ public:
* The neewly returned ElementIterator is allowed to keep a pointer to path.
* So the caller of this function should make sure path is in scope until
* the ElementIterator is deallocated
- */
+ */
virtual ElementIterator* allocateIterator(const ElementPath* path) const = 0;
virtual void releaseIterator(ElementIterator* iterator) const = 0;
@@ -148,4 +148,4 @@ private:
mutable BSONElementIterator _iterator;
mutable bool _iteratorUsed;
};
-}
+} // namespace mongo