summaryrefslogtreecommitdiff
path: root/src/include/txn.i
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2015-10-09 17:29:23 +1100
committerMichael Cahill <michael.cahill@mongodb.com>2015-10-09 17:29:23 +1100
commit4b892eb7cfa8242960785e7112c4f82257848a60 (patch)
treedb3b5eed4b00a01a0c77df2a4c47b88b786d42ab /src/include/txn.i
parent4483394968d2921c23f354c4529e9a7e347cbfc0 (diff)
downloadmongo-4b892eb7cfa8242960785e7112c4f82257848a60.tar.gz
whitespace
Diffstat (limited to 'src/include/txn.i')
-rw-r--r--src/include/txn.i6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/txn.i b/src/include/txn.i
index f1160bc5c62..7b09b24af93 100644
--- a/src/include/txn.i
+++ b/src/include/txn.i
@@ -467,9 +467,9 @@ __wt_txn_cursor_op(WT_SESSION_IMPL *session)
* positioned on a value, it can't be freed.
*/
if (txn->isolation == WT_ISO_READ_UNCOMMITTED) {
- if (txn_state->snap_min == WT_TXN_NONE)
- txn_state->snap_min = txn_global->last_running;
- } else if (!F_ISSET(txn, WT_TXN_HAS_SNAPSHOT))
+ if (txn_state->snap_min == WT_TXN_NONE)
+ txn_state->snap_min = txn_global->last_running;
+ } else if (!F_ISSET(txn, WT_TXN_HAS_SNAPSHOT))
__wt_txn_get_snapshot(session);
}