summaryrefslogtreecommitdiff
path: root/src/conn/conn_handle.c
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-09-04 07:17:58 -0400
committerKeith Bostic <keith@wiredtiger.com>2014-09-04 07:17:58 -0400
commitd3eecc260fb9bf7ea35b28c997100c8265c3a650 (patch)
tree85126a3000746f179712e7a9f3c65967671a2cb9 /src/conn/conn_handle.c
parentf09907df8b8f26cd0e4adaa4c0e730a550a6b020 (diff)
downloadmongo-d3eecc260fb9bf7ea35b28c997100c8265c3a650.tar.gz
long lines, whitespace
Diffstat (limited to 'src/conn/conn_handle.c')
-rw-r--r--src/conn/conn_handle.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/conn/conn_handle.c b/src/conn/conn_handle.c
index af1513b3014..66517f9c2de 100644
--- a/src/conn/conn_handle.c
+++ b/src/conn/conn_handle.c
@@ -52,10 +52,10 @@ __wt_connection_init(WT_CONNECTION_IMPL *conn)
__wt_spin_init(session, &conn->page_lock[i], "btree page"));
/* Setup the spin locks for the LSM manager queues. */
- WT_RET(__wt_spin_init(
- session, &conn->lsm_manager.app_lock, "LSM application queue lock"));
- WT_RET(__wt_spin_init(
- session, &conn->lsm_manager.manager_lock, "LSM manager queue lock"));
+ WT_RET(__wt_spin_init(session,
+ &conn->lsm_manager.app_lock, "LSM application queue lock"));
+ WT_RET(__wt_spin_init(session,
+ &conn->lsm_manager.manager_lock, "LSM manager queue lock"));
WT_RET(__wt_spin_init(
session, &conn->lsm_manager.switch_lock, "LSM switch queue lock"));
WT_RET(__wt_cond_alloc(