summaryrefslogtreecommitdiff
path: root/src/include/buf.i
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-01-05 20:33:04 -0500
committerKeith Bostic <keith@wiredtiger.com>2015-01-05 20:33:04 -0500
commitdf57e6a1ee69931e15b0bedc69a56d0e74c4c6e1 (patch)
treea1471edc845093c5b7ab792e27230093799aa6e6 /src/include/buf.i
parent59365bc2f2efef43b14d16c67e793a920fcf0d33 (diff)
downloadmongo-df57e6a1ee69931e15b0bedc69a56d0e74c4c6e1.tar.gz
whitespace
Diffstat (limited to 'src/include/buf.i')
-rw-r--r--src/include/buf.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/buf.i b/src/include/buf.i
index 3f44c387bd5..b8849396f01 100644
--- a/src/include/buf.i
+++ b/src/include/buf.i
@@ -132,7 +132,7 @@ __wt_scr_free(WT_SESSION_IMPL *session, WT_ITEM **bufp)
__wt_free(session, buf->mem);
buf->memsize = 0;
} else
- session->scratch_cached += buf->memsize;
+ session->scratch_cached += buf->memsize;
buf->data = NULL;
buf->size = 0;