From b88ab92af28bea0badf96b320538011abaffa2c6 Mon Sep 17 00:00:00 2001 From: Dan Wittmer Date: Fri, 17 Nov 2017 15:23:32 -0800 Subject: Fix formatting of RunServer params. --- test/cpp/interop/interop_server.cc | 3 +-- test/cpp/interop/server_helper.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'test/cpp/interop') diff --git a/test/cpp/interop/interop_server.cc b/test/cpp/interop/interop_server.cc index 5b9e229804..f697dda444 100644 --- a/test/cpp/interop/interop_server.cc +++ b/test/cpp/interop/interop_server.cc @@ -321,8 +321,7 @@ void grpc::testing::interop::RunServer( } void grpc::testing::interop::RunServer( - std::shared_ptr creds, - const int port, + std::shared_ptr creds, const int port, ServerStartedCondition *server_started_condition) { GPR_ASSERT(port != 0); std::ostringstream server_address; diff --git a/test/cpp/interop/server_helper.h b/test/cpp/interop/server_helper.h index ab5de07c0e..92920b3936 100644 --- a/test/cpp/interop/server_helper.h +++ b/test/cpp/interop/server_helper.h @@ -69,8 +69,7 @@ void RunServer(std::shared_ptr creds); /// \param port Port to use for the server. /// \param server_started_condition (optional) Struct holding mutex, condition /// variable, and condition used to notify when the server has started. -void RunServer(std::shared_ptr creds, - int port, +void RunServer(std::shared_ptr creds, int port, ServerStartedCondition *server_started_condition); } // namespace interop -- cgit v1.2.3