aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/server.h
diff options
context:
space:
mode:
authorGravatar Yuxuan Li <yuxuanli@google.com>2017-05-03 22:50:56 -0700
committerGravatar Yuxuan Li <yuxuanli@google.com>2017-05-03 22:50:56 -0700
commit28efff3e1e3d969f343bd1075039ce25d7834682 (patch)
treecfe74227924ea6e4aca7d1f3e136c4585d687968 /test/cpp/qps/server.h
parent5d3ddeeea1dc88392cfb126ebd5b86185c2d36cc (diff)
clang-format
Diffstat (limited to 'test/cpp/qps/server.h')
-rw-r--r--test/cpp/qps/server.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cpp/qps/server.h b/test/cpp/qps/server.h
index 5d5d5ffe09..e9951564cb 100644
--- a/test/cpp/qps/server.h
+++ b/test/cpp/qps/server.h
@@ -49,7 +49,8 @@ namespace testing {
class Server {
public:
- explicit Server(const ServerConfig& config) : timer_(new UsageTimer), last_reset_poll_count_(0) {
+ explicit Server(const ServerConfig& config)
+ : timer_(new UsageTimer), last_reset_poll_count_(0) {
cores_ = gpr_cpu_num_cores();
if (config.port()) {
port_ = config.port();