summaryrefslogtreecommitdiff
path: root/bench/wtperf/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'bench/wtperf/config.c')
-rw-r--r--bench/wtperf/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/wtperf/config.c b/bench/wtperf/config.c
index 48127afc10e..4c7b17f102a 100644
--- a/bench/wtperf/config.c
+++ b/bench/wtperf/config.c
@@ -830,7 +830,7 @@ config_consolidate(CONFIG *cfg)
CONFIG_QUEUE_ENTRY *conf_line, *test_line, *tmp;
char *string_key;
- /*
+ /*
* This loop iterates over the config queue and for entry checks if an
* entry later in the queue has the same key. If a match is found then
* the current queue entry is removed and we continue.