aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/client_context.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++/client_context.h
parenta396276cde7cda9062783b01242f1ebb14a9a735 (diff)
clang-format
Diffstat (limited to 'include/grpc++/client_context.h')
-rw-r--r--include/grpc++/client_context.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/grpc++/client_context.h b/include/grpc++/client_context.h
index 6ce1c85539..a926ed0505 100644
--- a/include/grpc++/client_context.h
+++ b/include/grpc++/client_context.h
@@ -316,7 +316,8 @@ class ClientContext {
template <class R>
friend class ::grpc::ClientAsyncResponseReader;
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);