summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-06-19 16:52:38 -0400
committerKeith Bostic <keith@wiredtiger.com>2014-06-19 16:52:38 -0400
commit5fe0eebc3b7781f81c41c516682c1542f97bec1a (patch)
treee72aaa7835042dfb42e9112ea4ca8f71e705bbc6
parentf8ac98d387c0b73a1d419dfc6df94d0bd8b0cd5f (diff)
downloadmongo-5fe0eebc3b7781f81c41c516682c1542f97bec1a.tar.gz
whitespace
-rw-r--r--src/btree/bt_evict.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/btree/bt_evict.c b/src/btree/bt_evict.c
index dcdce17ef58..90a84b9ad64 100644
--- a/src/btree/bt_evict.c
+++ b/src/btree/bt_evict.c
@@ -7,13 +7,13 @@
#include "wt_internal.h"
-static int __evict_clear_walks(WT_SESSION_IMPL *);
-static int __evict_lru(WT_SESSION_IMPL *, uint32_t);
-static int __evict_lru_cmp(const void *, const void *);
-static int __evict_lru_pages(WT_SESSION_IMPL *, int);
-static int __evict_pass(WT_SESSION_IMPL *);
-static int __evict_walk(WT_SESSION_IMPL *, uint32_t *, uint32_t);
-static int __evict_walk_file(WT_SESSION_IMPL *, u_int *, uint32_t);
+static int __evict_clear_walks(WT_SESSION_IMPL *);
+static int __evict_lru(WT_SESSION_IMPL *, uint32_t);
+static int __evict_lru_cmp(const void *, const void *);
+static int __evict_lru_pages(WT_SESSION_IMPL *, int);
+static int __evict_pass(WT_SESSION_IMPL *);
+static int __evict_walk(WT_SESSION_IMPL *, uint32_t *, uint32_t);
+static int __evict_walk_file(WT_SESSION_IMPL *, u_int *, uint32_t);
static void *__evict_worker(void *);
typedef struct {