summaryrefslogtreecommitdiff
path: root/src/include/session.h
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-06-04 12:28:36 -0400
committerKeith Bostic <keith@wiredtiger.com>2015-06-04 12:28:36 -0400
commitd5b07d9a2db927f6f9a78ecfae75e5f1a7479f9c (patch)
tree34bbfa987628f3c3de72a3e3741a51c81de6f4af /src/include/session.h
parentf8ca4666dc5e4c3358918d96b97f7799e706179a (diff)
downloadmongo-d5b07d9a2db927f6f9a78ecfae75e5f1a7479f9c.tar.gz
whitespace
Diffstat (limited to 'src/include/session.h')
-rw-r--r--src/include/session.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/session.h b/src/include/session.h
index b9a55f924de..bf1aa98d8d3 100644
--- a/src/include/session.h
+++ b/src/include/session.h
@@ -93,8 +93,8 @@ struct WT_COMPILER_TYPE_ALIGN(WT_CACHE_LINE_ALIGNMENT) __wt_session_impl {
SLIST_HEAD(__tables, __wt_table) tables;
WT_ITEM **scratch; /* Temporary memory for any function */
- u_int scratch_alloc; /* Currently allocated */
- size_t scratch_cached; /* Scratch bytes cached */
+ u_int scratch_alloc; /* Currently allocated */
+ size_t scratch_cached; /* Scratch bytes cached */
#ifdef HAVE_DIAGNOSTIC
/*
* It's hard to figure out from where a buffer was allocated after it's