summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2015-02-04 16:01:30 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2015-02-04 16:01:30 +1100
commite39f552e6da564f1d0c070c476c7623ec1b66fdc (patch)
tree3976acbb841cdb6c7962c7119cbbcb39a4cda6c4
parentd8b7f0b8db92a2ad6d64b95cafeaf20f0a90c8ce (diff)
downloadmongo-e39f552e6da564f1d0c070c476c7623ec1b66fdc.tar.gz
whitespace
-rw-r--r--src/include/cursor.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/cursor.i b/src/include/cursor.i
index d261635706e..ad42f989bf4 100644
--- a/src/include/cursor.i
+++ b/src/include/cursor.i
@@ -167,8 +167,8 @@ __wt_cursor_dhandle_decr_use(WT_SESSION_IMPL *session)
/* If we close a handle with a time of death set, clear it. */
WT_ASSERT(session, dhandle->session_inuse > 0);
if (WT_ATOMIC_SUB4(dhandle->session_inuse, 1) == 0 &&
- dhandle->timeofdeath != 0)
- dhandle->timeofdeath = 0;
+ dhandle->timeofdeath != 0)
+ dhandle->timeofdeath = 0;
}
/*