clang-format

pull/10709/head
Craig Tiller 8 years ago
parent 4cc6682e98
commit f26caeedc6
  1. 2
      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();
}
}

Loading…
Cancel
Save