From 08ae060a445ae544eb58455e751eb2b77e70b65c Mon Sep 17 00:00:00 2001 From: Soheil Hassas Yeganeh Date: Mon, 15 Oct 2018 11:33:30 -0400 Subject: Fix formatting errors introduced in a280d899. --- src/core/lib/surface/channel.cc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src/core') diff --git a/src/core/lib/surface/channel.cc b/src/core/lib/surface/channel.cc index 044241470b..d7095c24d4 100644 --- a/src/core/lib/surface/channel.cc +++ b/src/core/lib/surface/channel.cc @@ -337,9 +337,8 @@ grpc_call* grpc_channel_create_call(grpc_channel* channel, grpc_call* call = grpc_channel_create_call_internal( channel, parent_call, propagation_mask, cq, nullptr, grpc_mdelem_create(GRPC_MDSTR_PATH, method, nullptr), - host != nullptr - ? grpc_mdelem_create(GRPC_MDSTR_AUTHORITY, *host, nullptr) - : GRPC_MDNULL, + host != nullptr ? grpc_mdelem_create(GRPC_MDSTR_AUTHORITY, *host, nullptr) + : GRPC_MDNULL, grpc_timespec_to_millis_round_up(deadline)); return call; @@ -353,9 +352,8 @@ grpc_call* grpc_channel_create_pollset_set_call( return grpc_channel_create_call_internal( channel, parent_call, propagation_mask, nullptr, pollset_set, grpc_mdelem_create(GRPC_MDSTR_PATH, method, nullptr), - host != nullptr - ? grpc_mdelem_create(GRPC_MDSTR_AUTHORITY, *host, nullptr) - : GRPC_MDNULL, + host != nullptr ? grpc_mdelem_create(GRPC_MDSTR_AUTHORITY, *host, nullptr) + : GRPC_MDNULL, deadline); } -- cgit v1.2.3