summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/find_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/find_constants.h')
-rw-r--r--src/mongo/db/query/find_constants.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mongo/db/query/find_constants.h b/src/mongo/db/query/find_constants.h
index e6333798682..68b515a0499 100644
--- a/src/mongo/db/query/find_constants.h
+++ b/src/mongo/db/query/find_constants.h
@@ -28,8 +28,8 @@
namespace mongo {
- // We cut off further objects once we cross this threshold; thus, you might get
- // a little bit more than this, it is a threshold rather than a limit.
- extern const int32_t MaxBytesToReturnToClientAtOnce;
+// We cut off further objects once we cross this threshold; thus, you might get
+// a little bit more than this, it is a threshold rather than a limit.
+extern const int32_t MaxBytesToReturnToClientAtOnce;
} // namespace mongo