clang-format

pull/7652/head
Vijay Pai 9 years ago
parent 25128f1adf
commit d02988d6b5
  1. 8
      test/cpp/qps/client.h

@ -244,13 +244,9 @@ class Client {
class Thread {
public:
Thread(Client* client, size_t idx)
: client_(client),
idx_(idx),
impl_(&Thread::ThreadFunc, this) {}
: client_(client), idx_(idx), impl_(&Thread::ThreadFunc, this) {}
~Thread() {
impl_.join();
}
~Thread() { impl_.join(); }
void BeginSwap(Histogram* n) {
std::lock_guard<std::mutex> g(mu_);

Loading…
Cancel
Save