aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/stress_test.cc
diff options
context:
space:
mode:
authorGravatar Makarand Dharmapurikar <makarandd@google.com>2016-10-21 09:07:06 -0700
committerGravatar Makarand Dharmapurikar <makarandd@google.com>2016-10-21 09:07:06 -0700
commitf01f7b6d6ce078655710ae8076ed0352ee8340e6 (patch)
treef86bd796a468d2b51b446fc69b1a0d78fcfccc64 /test/cpp/interop/stress_test.cc
parente3dd1d7d11e278e640924102959bd86ca7e60cdb (diff)
clang-format fixes
Diffstat (limited to 'test/cpp/interop/stress_test.cc')
-rw-r--r--test/cpp/interop/stress_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpp/interop/stress_test.cc b/test/cpp/interop/stress_test.cc
index dac8015762..46d09b7f28 100644
--- a/test/cpp/interop/stress_test.cc
+++ b/test/cpp/interop/stress_test.cc
@@ -339,7 +339,8 @@ int main(int argc, char** argv) {
// Create channel(s) for each server
for (int channel_idx = 0; channel_idx < FLAGS_num_channels_per_server;
channel_idx++) {
- gpr_log(GPR_INFO, "Starting test with %s channel_idx=%d..", it->c_str(), channel_idx);
+ gpr_log(GPR_INFO, "Starting test with %s channel_idx=%d..", it->c_str(),
+ channel_idx);
std::shared_ptr<grpc::Channel> channel;
if (FLAGS_use_tls) {
channel = grpc::testing::CreateChannelForTestCase(FLAGS_test_case);
@@ -376,7 +377,6 @@ int main(int argc, char** argv) {
metrics_service.StartServer(FLAGS_metrics_port);
}
-
// Wait for the stress test threads to complete
for (auto it = test_threads.begin(); it != test_threads.end(); it++) {
it->join();