aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-02-17 10:28:36 -0800
committerGravatar Yang Gao <yangg@google.com>2015-02-17 10:28:36 -0800
commitd745705fff04062fda44da1ad7eac9f6f4498495 (patch)
treefeee009bb1c841253169316b63fa69665ed921bb /src
parentbb017c5568058295b5d8a1ba2054301a8ffe154b (diff)
formatting
Diffstat (limited to 'src')
-rw-r--r--src/cpp/client/channel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpp/client/channel.cc b/src/cpp/client/channel.cc
index 95b7aabc1d..b2fc0c97ee 100644
--- a/src/cpp/client/channel.cc
+++ b/src/cpp/client/channel.cc
@@ -83,7 +83,7 @@ Call Channel::CreateCall(const RpcMethod &method, ClientContext *context,
auto c_call =
grpc_channel_create_call(
c_channel_, cq->cq(), method.name(),
- context->authority().empty() ? target_.c_str()
+ context->authority().empty() ? target_.c_str()
: context->authority().c_str(),
context->RawDeadline());
context->set_call(c_call);