From 4b892eb7cfa8242960785e7112c4f82257848a60 Mon Sep 17 00:00:00 2001 From: Michael Cahill Date: Fri, 9 Oct 2015 17:29:23 +1100 Subject: whitespace --- src/include/txn.i | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/include/txn.i') 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); } -- cgit v1.2.1