summaryrefslogtreecommitdiff
path: root/ext/datasources
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-01-24 10:39:04 -0500
committerKeith Bostic <keith@wiredtiger.com>2014-01-24 10:39:04 -0500
commit3066b83274c0974455288babc989e0abeb79982a (patch)
treecbfed260bbd2d2099915e78d46ff218f57012ec1 /ext/datasources
parent5d55b85727c7f67390171e76bd73a59f987f2ba5 (diff)
downloadmongo-3066b83274c0974455288babc989e0abeb79982a.tar.gz
whitespace
Diffstat (limited to 'ext/datasources')
-rw-r--r--ext/datasources/helium/helium.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/ext/datasources/helium/helium.c b/ext/datasources/helium/helium.c
index e89a741acb5..7d43c4cfee6 100644
--- a/ext/datasources/helium/helium.c
+++ b/ext/datasources/helium/helium.c
@@ -347,8 +347,7 @@ os_errno(void)
* Initialize a lock.
*/
static int
-lock_init(
- WT_EXTENSION_API *wtext, WT_SESSION *session, pthread_rwlock_t *lockp)
+lock_init(WT_EXTENSION_API *wtext, WT_SESSION *session, pthread_rwlock_t *lockp)
{
int ret = 0;
@@ -379,8 +378,7 @@ lock_destroy(
* Acquire a write lock.
*/
static inline int
-writelock(
- WT_EXTENSION_API *wtext, WT_SESSION *session, pthread_rwlock_t *lockp)
+writelock(WT_EXTENSION_API *wtext, WT_SESSION *session, pthread_rwlock_t *lockp)
{
int ret = 0;