From 5e67246f8414ed69ee48e24d7112f92289935edc Mon Sep 17 00:00:00 2001 From: yang-g Date: Mon, 8 Feb 2016 13:44:48 -0800 Subject: [PATCH] that clang-format --- test/cpp/end2end/thread_stress_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cpp/end2end/thread_stress_test.cc b/test/cpp/end2end/thread_stress_test.cc index 4c7caa9b878..89b8883982d 100644 --- a/test/cpp/end2end/thread_stress_test.cc +++ b/test/cpp/end2end/thread_stress_test.cc @@ -56,7 +56,7 @@ using grpc::testing::EchoResponse; using std::chrono::system_clock; const int kNumThreads = 100; // Number of threads -const int kNumRpcs = 1000; // Number of RPCs per thread +const int kNumRpcs = 1000; // Number of RPCs per thread namespace grpc { namespace testing {