aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/qps_worker.cc
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-02-01 13:28:55 -0800
committerGravatar Vijay Pai <vpai@google.com>2016-02-01 13:28:55 -0800
commit595674275bbf54033bebdca9029e0df6245ee67c (patch)
tree3d01e6f6e73251ab772ea0caea87682ecf655a6f /test/cpp/qps/qps_worker.cc
parent8166e304d10966bc8b7ee514ad191547ac558133 (diff)
Copyright and clang-format
Diffstat (limited to 'test/cpp/qps/qps_worker.cc')
-rw-r--r--test/cpp/qps/qps_worker.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/qps_worker.cc b/test/cpp/qps/qps_worker.cc
index d0adbb1a54..7e9e05f7ec 100644
--- a/test/cpp/qps/qps_worker.cc
+++ b/test/cpp/qps/qps_worker.cc
@@ -134,7 +134,7 @@ class WorkerServiceImpl GRPC_FINAL : public WorkerService::Service {
return ret;
}
- Status CoreCount(ServerContext *ctx, const CoreRequest*,
+ Status CoreCount(ServerContext* ctx, const CoreRequest*,
CoreResponse* resp) GRPC_OVERRIDE {
resp->set_cores(gpr_cpu_num_cores());
return Status::OK;