summaryrefslogtreecommitdiff
path: root/src/mongo/db/session.h
diff options
context:
space:
mode:
authorWilliam Schultz <william.schultz@mongodb.com>2018-08-01 20:19:37 -0400
committerWilliam Schultz <william.schultz@mongodb.com>2018-08-01 20:19:37 -0400
commite35ae49c20ab7951b57a586caa9d331be58de0f4 (patch)
tree9724de2cd2cf71cc704f94c1d25e6b269142d804 /src/mongo/db/session.h
parentb6916d8a80a75e359654a3dfa59990d873be45fd (diff)
downloadmongo-e35ae49c20ab7951b57a586caa9d331be58de0f4.tar.gz
SERVER-35433 Fix lint
Diffstat (limited to 'src/mongo/db/session.h')
-rw-r--r--src/mongo/db/session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/session.h b/src/mongo/db/session.h
index ef9f0d12145..86a3da73587 100644
--- a/src/mongo/db/session.h
+++ b/src/mongo/db/session.h
@@ -578,7 +578,7 @@ private:
void _abortTransactionOnSession(WithLock);
// Clean up the transaction resources unstashed on operation context.
- void _cleanUpTxnResourceOnOpCtx(WithLock wl, OperationContext *opCtx);
+ void _cleanUpTxnResourceOnOpCtx(WithLock wl, OperationContext* opCtx);
// Committing a transaction first changes its state to "Committing*" and writes to the oplog,
// then it changes the state to "Committed".