Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcahill committed Apr 30, 2015
1 parent 5d61a71 commit 4d85241
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/include/txn.i
Expand Up @@ -223,10 +223,10 @@ __wt_txn_begin(WT_SESSION_IMPL *session, const char *cfg[])
if (session->ncursors > 0)
WT_RET(__wt_session_copy_values(session));

/*
* We're about to allocate a snapshot: if we need to block for
* eviction, it's better to do it beforehand.
*/
/*
* We're about to allocate a snapshot: if we need to block for
* eviction, it's better to do it beforehand.
*/
WT_RET(__wt_cache_full_check(session));
__wt_txn_refresh(session, 1);
}
Expand Down

0 comments on commit 4d85241

Please sign in to comment.