summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/stat.py2
-rw-r--r--src/include/wiredtiger.in3
2 files changed, 2 insertions, 3 deletions
diff --git a/dist/stat.py b/dist/stat.py
index 2e13c1d5b5f..b43a189a4b6 100644
--- a/dist/stat.py
+++ b/dist/stat.py
@@ -95,7 +95,6 @@ f.close()
compare_srcfile(tmp_file, '../src/support/stat.c')
-
# print_dox --
# Print the tables for the dox file.
def print_dox(name, list):
@@ -108,7 +107,6 @@ def print_dox(name, list):
f.write('@row{' + l.desc + '}\n')
f.write('</table>\n\n')
-
# Update dox file
tmp_file = '__tmp'
f = open(tmp_file, 'w')
diff --git a/src/include/wiredtiger.in b/src/include/wiredtiger.in
index c01b7ba6d29..1d3464629ac 100644
--- a/src/include/wiredtiger.in
+++ b/src/include/wiredtiger.in
@@ -457,7 +457,8 @@ struct wt_session {
* (key=index key\, value=table value)}
* @row{<tt>statistics:[file</tt><tt>:\<filename\>]</tt>,
* database or table statistics
- * (key=(string)description\, value=(string)value\, (uint64_t)value)}
+ * (key=(string)description\,
+ * value=(string)value\, (uint64_t)value)}
* </table>
*
* See @ref cursor_types for more information.