summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-11-22 11:45:39 -0500
committerKeith Bostic <keith@wiredtiger.com>2014-11-22 11:45:39 -0500
commite9a4ea8aa4d95d6cacbb55e06d8755d732fb0e0e (patch)
treea706bd629837fe6ec2323dedffec422fd3435bbb /src
parentcbc75ce3baff2a36794c0cbecb2064dcef3ed43e (diff)
downloadmongo-e9a4ea8aa4d95d6cacbb55e06d8755d732fb0e0e.tar.gz
whitespace
Diffstat (limited to 'src')
-rw-r--r--src/lsm/lsm_stat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lsm/lsm_stat.c b/src/lsm/lsm_stat.c
index 73186c85740..bd11e982442 100644
--- a/src/lsm/lsm_stat.c
+++ b/src/lsm/lsm_stat.c
@@ -80,8 +80,7 @@ __curstat_lsm_init(
ret = __wt_curstat_open(session, uribuf->data,
F_ISSET(chunk, WT_LSM_CHUNK_ONDISK) ? disk_cfg : cfg,
&stat_cursor);
- if (ret == WT_NOTFOUND &&
- F_ISSET(chunk, WT_LSM_CHUNK_ONDISK))
+ if (ret == WT_NOTFOUND && F_ISSET(chunk, WT_LSM_CHUNK_ONDISK))
ret = __wt_curstat_open(
session, uribuf->data, cfg, &stat_cursor);
WT_ERR(ret);