summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_array.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/matcher/expression_array.h')
-rw-r--r--src/mongo/db/matcher/expression_array.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mongo/db/matcher/expression_array.h b/src/mongo/db/matcher/expression_array.h
index 471549f105e..959d536632f 100644
--- a/src/mongo/db/matcher/expression_array.h
+++ b/src/mongo/db/matcher/expression_array.h
@@ -117,8 +117,8 @@ private:
class ElemMatchValueMatchExpression : public ArrayMatchingMatchExpression {
public:
/**
- * This constructor takes ownership of 'sub.'
- */
+ * This constructor takes ownership of 'sub.'
+ */
ElemMatchValueMatchExpression(StringData path, MatchExpression* sub);
explicit ElemMatchValueMatchExpression(StringData path);
virtual ~ElemMatchValueMatchExpression();
@@ -207,4 +207,4 @@ private:
int _size; // >= 0 real, < 0, nothing will match
};
-}
+} // namespace mongo