Skip to content
Snippets Groups Projects
Commit feef8be5 authored by Vijay Pai's avatar Vijay Pai
Browse files

clang-format

parent 63b28447
No related branches found
No related tags found
No related merge requests found
...@@ -232,8 +232,7 @@ TEST_F(End2endTest, ThreadStress) { ...@@ -232,8 +232,7 @@ TEST_F(End2endTest, ThreadStress) {
common_.ResetStub(); common_.ResetStub();
std::vector<std::thread*> threads; std::vector<std::thread*> threads;
for (int i = 0; i < kNumThreads; ++i) { for (int i = 0; i < kNumThreads; ++i) {
threads.push_back( threads.push_back(new std::thread(SendRpc, common_.GetStub(), kNumRpcs));
new std::thread(SendRpc, common_.GetStub(), kNumRpcs));
} }
for (int i = 0; i < kNumThreads; ++i) { for (int i = 0; i < kNumThreads; ++i) {
threads[i]->join(); threads[i]->join();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment