summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-03-25 13:55:37 -0400
committerKeith Bostic <keith@wiredtiger.com>2015-03-25 13:55:37 -0400
commit48a0c5b6574bc2a85fd40e310b56514ad785df3e (patch)
tree75fc3cc82f86ec698059e7d900ba734147f1ea9b
parent0cfee0fdfc77d365baa359d84cf15a592bd519ce (diff)
downloadmongo-48a0c5b6574bc2a85fd40e310b56514ad785df3e.tar.gz
whitespace
-rw-r--r--src/conn/conn_dhandle.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/conn/conn_dhandle.c b/src/conn/conn_dhandle.c
index 31ab08c89c8..9f308a2569c 100644
--- a/src/conn/conn_dhandle.c
+++ b/src/conn/conn_dhandle.c
@@ -361,8 +361,7 @@ err: __wt_free(session, metaconf);
* Open the current btree handle.
*/
static int
-__conn_btree_open(
- WT_SESSION_IMPL *session, const char *cfg[], uint32_t flags)
+__conn_btree_open(WT_SESSION_IMPL *session, const char *cfg[], uint32_t flags)
{
WT_BTREE *btree;
WT_DATA_HANDLE *dhandle;