summaryrefslogtreecommitdiff
path: root/src/meta/meta_table.c
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-11-07 16:22:01 -0500
committerKeith Bostic <keith@wiredtiger.com>2015-11-07 16:22:01 -0500
commit5e50a42e3cc76c474f18f7c5f5df6d84bbb6d84f (patch)
tree518dfe3bc38c9080cfb8205124c303814687a297 /src/meta/meta_table.c
parent092f8a8f69e45622ce63ed1dd91cd093db3b582f (diff)
downloadmongo-5e50a42e3cc76c474f18f7c5f5df6d84bbb6d84f.tar.gz
Avoid s_style, it thinks "return.*;" is a line of C that needs fixing.
Diffstat (limited to 'src/meta/meta_table.c')
-rw-r--r--src/meta/meta_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meta/meta_table.c b/src/meta/meta_table.c
index 8fadd8e46ad..1ae6d2dcb7d 100644
--- a/src/meta/meta_table.c
+++ b/src/meta/meta_table.c
@@ -101,7 +101,7 @@ __wt_metadata_cursor(WT_SESSION_IMPL *session, WT_CURSOR **cursorp)
return (cursor == NULL ? 0 : cursor->close(cursor));
/*
- * If the cached cursor is in use, return (the newly opened cursor); else
+ * If the cached cursor is in use, return the newly opened cursor, else
* mark the cached cursor in use and return it.
*/
if (F_ISSET(session->meta_cursor, WT_CURSTD_META_INUSE))