diff options
author | Michael Cahill <michael.cahill@mongodb.com> | 2016-09-16 16:16:17 +1000 |
---|---|---|
committer | Alex Gorrod <alexander.gorrod@mongodb.com> | 2016-09-16 16:16:17 +1000 |
commit | 03bbd9d3c9330a5b6e3cbd7d2db1ac7fea5e96bf (patch) | |
tree | f0d12b535fee95b721d8d046c3e4dfbfec0a91e2 /bench | |
parent | d318b8a5370f7182beeab4124cee04fdce271608 (diff) | |
download | mongo-03bbd9d3c9330a5b6e3cbd7d2db1ac7fea5e96bf.tar.gz |
WT-2916 Fix and simplify s_whitespace. (#3047)
Diffstat (limited to 'bench')
-rw-r--r-- | bench/wtperf/config.c | 2 |
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. |