summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2015-11-24 04:25:56 +0000
committerAlex Gorrod <alexg@wiredtiger.com>2015-11-24 05:05:46 +0000
commit155ad1a5f86affdd9bdba17787c7bb801308a2ca (patch)
tree4f4637fa21c259ccbd23da616f2ba03a70b908b7
parentc819d2f9d34d8d701e986da4ea628c08239f8626 (diff)
downloadmongo-155ad1a5f86affdd9bdba17787c7bb801308a2ca.tar.gz
Lint - fixup spacing to make s_all happy.
-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 20950bd3b31..1c416c99e13 100644
--- a/src/include/btree.i
+++ b/src/include/btree.i
@@ -1003,7 +1003,7 @@ __wt_page_can_split(WT_SESSION_IMPL *session, WT_PAGE *page)
if (count > WT_MIN_SPLIT_COUNT &&
size > (size_t)btree->maxleafpage)
return (true);
- }
+ }
return (false);
}