summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/bench/wtperf/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/bench/wtperf/config.c')
-rw-r--r--src/third_party/wiredtiger/bench/wtperf/config.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/third_party/wiredtiger/bench/wtperf/config.c b/src/third_party/wiredtiger/bench/wtperf/config.c
index 70e7ea75e7c..9e589e2a55f 100644
--- a/src/third_party/wiredtiger/bench/wtperf/config.c
+++ b/src/third_party/wiredtiger/bench/wtperf/config.c
@@ -537,9 +537,8 @@ config_opt_file(WTPERF *wtperf, const char *filename)
;
/*
- * Find the end of the line; if there's no trailing newline, the
- * the line is too long for the buffer or the file was corrupted
- * (there's no terminating newline in the file).
+ * Find the end of the line; if there's no trailing newline, the line is too long for the
+ * buffer or the file was corrupted (there's no terminating newline in the file).
*/
for (rtrim = line; *rtrim && *rtrim != '\n'; rtrim++)
;