diff options
author | Michael Cahill <michael.cahill@wiredtiger.com> | 2015-02-04 16:01:30 +1100 |
---|---|---|
committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2015-02-04 16:01:30 +1100 |
commit | e39f552e6da564f1d0c070c476c7623ec1b66fdc (patch) | |
tree | 3976acbb841cdb6c7962c7119cbbcb39a4cda6c4 | |
parent | d8b7f0b8db92a2ad6d64b95cafeaf20f0a90c8ce (diff) | |
download | mongo-e39f552e6da564f1d0c070c476c7623ec1b66fdc.tar.gz |
whitespace
-rw-r--r-- | src/include/cursor.i | 4 |
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; } /* |