aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/client_sync.cc
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-19 06:48:05 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-19 06:48:05 -0700
commitf26caeedc64640d4c138616cdb4ba8966d50085f (patch)
treeb0a7e37675e887e02cf9c7befc0a30546c363efc /test/cpp/qps/client_sync.cc
parent4cc6682e980b26a032400135964f76270b8494f9 (diff)
clang-format
Diffstat (limited to 'test/cpp/qps/client_sync.cc')
-rw-r--r--test/cpp/qps/client_sync.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/client_sync.cc b/test/cpp/qps/client_sync.cc
index da17f6bf7b..f8ce2cccbe 100644
--- a/test/cpp/qps/client_sync.cc
+++ b/test/cpp/qps/client_sync.cc
@@ -167,7 +167,7 @@ class SynchronousStreamingClient final : public SynchronousClient {
}
});
}
- for (size_t i=0; i<num_threads_; i++) {
+ for (size_t i = 0; i < num_threads_; i++) {
cleanup_threads[i].join();
}
}