From ece1ed790650de45e530ebb08e85f88cc70d1803 Mon Sep 17 00:00:00 2001 From: Vijay Pai Date: Thu, 17 Oct 2019 09:08:38 -0700 Subject: [PATCH] clang-format --- test/cpp/qps/client_async.cc | 3 +-- test/cpp/qps/client_callback.cc | 4 ++-- test/cpp/qps/server_callback.cc | 3 +-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/test/cpp/qps/client_async.cc b/test/cpp/qps/client_async.cc index 2cafced0b02..949c32cd576 100644 --- a/test/cpp/qps/client_async.cc +++ b/test/cpp/qps/client_async.cc @@ -914,8 +914,7 @@ class GenericAsyncStreamingClient final ~GenericAsyncStreamingClient() override {} private: - static void CheckDone(const grpc::Status& /*s*/, - ByteBuffer* /*response*/) {} + static void CheckDone(const grpc::Status& /*s*/, ByteBuffer* /*response*/) {} static std::unique_ptr PrepareReq( grpc::GenericStub* stub, grpc::ClientContext* ctx, const grpc::string& method_name, CompletionQueue* cq) { diff --git a/test/cpp/qps/client_callback.cc b/test/cpp/qps/client_callback.cc index 5002cdd621d..047f2358c82 100644 --- a/test/cpp/qps/client_callback.cc +++ b/test/cpp/qps/client_callback.cc @@ -320,8 +320,8 @@ class CallbackStreamingPingPongReactor final if (ctx_->alarm_ == nullptr) { ctx_->alarm_.reset(new Alarm); } - ctx_->alarm_->experimental().Set( - next_issue_time, [this](bool /*ok*/) { StartNewRpc(); }); + ctx_->alarm_->experimental().Set(next_issue_time, + [this](bool /*ok*/) { StartNewRpc(); }); } else { StartNewRpc(); } diff --git a/test/cpp/qps/server_callback.cc b/test/cpp/qps/server_callback.cc index 22488b4f80c..9060f7368d6 100644 --- a/test/cpp/qps/server_callback.cc +++ b/test/cpp/qps/server_callback.cc @@ -34,8 +34,7 @@ class BenchmarkCallbackServiceImpl final : public BenchmarkService::ExperimentalCallbackService { public: void UnaryCall( - ServerContext* /*context*/, - const ::grpc::testing::SimpleRequest* request, + ServerContext* /*context*/, const ::grpc::testing::SimpleRequest* request, ::grpc::testing::SimpleResponse* response, ::grpc::experimental::ServerCallbackRpcController* controller) override { auto s = SetResponse(request, response);