aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/channel.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-01-20 16:02:22 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-01-20 16:02:22 -0800
commitf3ddb7c55a4b158843fe44183cbf9ce72f4c9355 (patch)
treef4e303928967fdad71910e710484116fa24dc979 /include/grpc++/channel.h
parenta396276cde7cda9062783b01242f1ebb14a9a735 (diff)
clang-format
Diffstat (limited to 'include/grpc++/channel.h')
-rw-r--r--include/grpc++/channel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/grpc++/channel.h b/include/grpc++/channel.h
index f4035eee63..d6f55a8bf6 100644
--- a/include/grpc++/channel.h
+++ b/include/grpc++/channel.h
@@ -59,7 +59,8 @@ class Channel GRPC_FINAL : public ChannelInterface,
private:
template <class InputMessage, class OutputMessage>
- friend Status BlockingUnaryCall(ChannelInterface* channel, const RpcMethod& method,
+ friend Status BlockingUnaryCall(ChannelInterface* channel,
+ const RpcMethod& method,
ClientContext* context,
const InputMessage& request,
OutputMessage* result);