diff options
author | Keith Bostic <keith@wiredtiger.com> | 2014-11-14 10:25:22 -0500 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2014-11-14 10:25:22 -0500 |
commit | b7f267a0efb789c3adc710d6f696229bfbdb6c62 (patch) | |
tree | 0231dd664a81a2b25a6b9bba7c7f765f3531623d /src/lsm | |
parent | 3b6c306d2e361c4dc4d68b6f533f3e2f66c1b2ee (diff) | |
download | mongo-b7f267a0efb789c3adc710d6f696229bfbdb6c62.tar.gz |
whitespace
Diffstat (limited to 'src/lsm')
-rw-r--r-- | src/lsm/lsm_tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lsm/lsm_tree.c b/src/lsm/lsm_tree.c index b2477d7c729..e5871870321 100644 --- a/src/lsm/lsm_tree.c +++ b/src/lsm/lsm_tree.c @@ -227,7 +227,7 @@ __lsm_tree_cleanup_old(WT_SESSION_IMPL *session, const char *uri) WT_RET(__wt_exist(session, uri + strlen("file:"), &exists)); if (exists) WT_WITH_SCHEMA_LOCK(session, - ret = __wt_schema_drop(session, uri, cfg)); + ret = __wt_schema_drop(session, uri, cfg)); return (ret); } |