summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSusan LoVerso <sue@wiredtiger.com>2016-01-20 09:48:04 -0500
committerSusan LoVerso <sue@wiredtiger.com>2016-01-20 09:48:04 -0500
commit73f5bde3857f7050f590dfab14067bbb7b75abf5 (patch)
tree417943576f25923a8fb71a7e58f5897e8f7022df
parentd88bc48a7a885fa8933bc8fbe0f44987c2d1f9c3 (diff)
downloadmongo-73f5bde3857f7050f590dfab14067bbb7b75abf5.tar.gz
WT-2267 whitespace
-rw-r--r--bench/wtperf/wtperf_throttle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/wtperf/wtperf_throttle.c b/bench/wtperf/wtperf_throttle.c
index fcb3cf515b5..bba1f629715 100644
--- a/bench/wtperf/wtperf_throttle.c
+++ b/bench/wtperf/wtperf_throttle.c
@@ -113,7 +113,7 @@ worker_throttle(CONFIG_THREAD *thread)
/*
* Take the minimum so we don't overfill the queue.
- */
+ */
throttle_cfg->ops_count =
WT_MIN(throttle_cfg->ops_count, thread->workload->throttle);