summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2013-06-18 17:24:16 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2013-06-18 17:24:16 +1000
commit1f52dadddb0edd9424cc85e618c250a1db2539a9 (patch)
tree0826c0a974c430fa70465e3b8271e754a7e5dd96
parentab8eba816d1bf0f878dee3e51f73af3695c85fec (diff)
downloadmongo-1f52dadddb0edd9424cc85e618c250a1db2539a9.tar.gz
whitespace
-rw-r--r--src/cursor/cur_stat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cursor/cur_stat.c b/src/cursor/cur_stat.c
index 77d3826ddd7..063d93491b9 100644
--- a/src/cursor/cur_stat.c
+++ b/src/cursor/cur_stat.c
@@ -415,7 +415,8 @@ __wt_curstat_open(WT_SESSION_IMPL *session,
cst = NULL;
flags = 0;
- WT_RET(__wt_config_gets_def(session, cfg, "statistics_clear", 0, &cval));
+ WT_RET(
+ __wt_config_gets_def(session, cfg, "statistics_clear", 0, &cval));
if (cval.val != 0)
LF_SET(WT_STATISTICS_CLEAR);
WT_RET(__wt_config_gets_def(session, cfg, "statistics_fast", 0, &cval));