diff options
author | Keith Bostic <keith@wiredtiger.com> | 2014-01-24 10:39:04 -0500 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2014-01-24 10:39:04 -0500 |
commit | 3066b83274c0974455288babc989e0abeb79982a (patch) | |
tree | cbfed260bbd2d2099915e78d46ff218f57012ec1 /ext | |
parent | 5d55b85727c7f67390171e76bd73a59f987f2ba5 (diff) | |
download | mongo-3066b83274c0974455288babc989e0abeb79982a.tar.gz |
whitespace
Diffstat (limited to 'ext')
-rw-r--r-- | ext/datasources/helium/helium.c | 6 |
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; |