Bläddra i källkod

clang-format fixes

Makarand Dharmapurikar 9 år sedan
förälder
incheckning
f01f7b6d6c
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      test/cpp/interop/stress_test.cc

+ 2 - 2
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();