summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk.h
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2015-06-19 10:57:36 -0400
committerMark Benvenuto <mark.benvenuto@mongodb.com>2015-06-20 10:56:04 -0400
commit6f6fa5a63d482b0dc117eb2ac21cf096deb5a6f3 (patch)
treeb76c2a4dfc7f45eb25dd62cb3ffe89ea448d9e0e /src/mongo/s/chunk.h
parent9c2ed42daa8fbbef4a919c21ec564e2db55e8d60 (diff)
downloadmongo-6f6fa5a63d482b0dc117eb2ac21cf096deb5a6f3.tar.gz
SERVER-18978: Clang-Format - Fix comment word wrapping indentation
Diffstat (limited to 'src/mongo/s/chunk.h')
-rw-r--r--src/mongo/s/chunk.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mongo/s/chunk.h b/src/mongo/s/chunk.h
index d4fd7857d30..6a855fdcfe6 100644
--- a/src/mongo/s/chunk.h
+++ b/src/mongo/s/chunk.h
@@ -129,7 +129,8 @@ public:
bool splitIfShould(long dataWritten) const;
/**
- * Splits this chunk at a non-specificed split key to be chosen by the mongod holding this chunk.
+ * Splits this chunk at a non-specificed split key to be chosen by the
+ * mongod holding this chunk.
*
* @param mode
* @param res the object containing details about the split execution
@@ -294,7 +295,10 @@ private:
*/
void determineSplitPoints(bool atMedian, std::vector<BSONObj>* splitPoints) const;
- /** initializes _dataWritten with a random value so that a mongos restart wouldn't cause delay in splitting */
+ /**
+ * initializes _dataWritten with a random value so that a mongos restart
+ * wouldn't cause delay in splitting
+ */
static int mkDataWritten();
};