diff options
author | Keith Bostic <keith@wiredtiger.com> | 2015-01-05 20:33:04 -0500 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2015-01-05 20:33:04 -0500 |
commit | df57e6a1ee69931e15b0bedc69a56d0e74c4c6e1 (patch) | |
tree | a1471edc845093c5b7ab792e27230093799aa6e6 /src/include/buf.i | |
parent | 59365bc2f2efef43b14d16c67e793a920fcf0d33 (diff) | |
download | mongo-df57e6a1ee69931e15b0bedc69a56d0e74c4c6e1.tar.gz |
whitespace
Diffstat (limited to 'src/include/buf.i')
-rw-r--r-- | src/include/buf.i | 2 |
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; |