commit | 3ae11042fd902b5168ccfd880098ad0cb34f26fa | [log] [tgz] |
---|---|---|
author | Vijay Pai <vpai@google.com> | Tue Aug 11 22:43:14 2015 -0700 |
committer | Vijay Pai <vpai@google.com> | Tue Aug 11 22:43:14 2015 -0700 |
tree | 65f955541331fb35edaa0f320772897547bb33d4 | |
parent | b1db869e1a792c39a060ccca60983bcbddd9290c [diff] [blame] |
clang-format
diff --git a/test/cpp/qps/client.h b/test/cpp/qps/client.h index 3d277d9..1c4f463 100644 --- a/test/cpp/qps/client.h +++ b/test/cpp/qps/client.h
@@ -83,7 +83,7 @@ ClientStats Mark() { Histogram latencies; // avoid std::vector for old compilers that expect a copy constructor - Histogram *to_merge = new Histogram[threads_.size()]; + Histogram* to_merge = new Histogram[threads_.size()]; for (size_t i = 0; i < threads_.size(); i++) { threads_[i]->BeginSwap(&to_merge[i]); }