summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2015-03-06 22:55:05 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2015-03-06 22:55:05 +1100
commit25d682f66ecbf4659e78ca9964eb8133604e4bc5 (patch)
tree0757ff6a89731046e68a4adf2051296c280caf62
parent248d88e0c57b778f99ab1d1f767519d8eb261e9e (diff)
downloadmongo-25d682f66ecbf4659e78ca9964eb8133604e4bc5.tar.gz
whitespace
-rw-r--r--src/include/btree.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/btree.i b/src/include/btree.i
index d4e8ca088c7..56fb66abaef 100644
--- a/src/include/btree.i
+++ b/src/include/btree.i
@@ -982,7 +982,7 @@ __wt_page_can_evict(WT_SESSION_IMPL *session, WT_PAGE *page, int check_splits)
*/
if (btree->checkpointing &&
(__wt_page_is_modified(page) ||
- F_ISSET(mod, WT_PM_REC_MULTIBLOCK))) {
+ F_ISSET(mod, WT_PM_REC_MULTIBLOCK))) {
WT_STAT_FAST_CONN_INCR(session, cache_eviction_checkpoint);
WT_STAT_FAST_DATA_INCR(session, cache_eviction_checkpoint);
return (0);