aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/completion_queue.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++/completion_queue.h
parenta396276cde7cda9062783b01242f1ebb14a9a735 (diff)
clang-format
Diffstat (limited to 'include/grpc++/completion_queue.h')
-rw-r--r--include/grpc++/completion_queue.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/grpc++/completion_queue.h b/include/grpc++/completion_queue.h
index adae9265a6..c1f4172322 100644
--- a/include/grpc++/completion_queue.h
+++ b/include/grpc++/completion_queue.h
@@ -172,7 +172,8 @@ class CompletionQueue : public GrpcLibrary {
friend class ::grpc::Server;
friend class ::grpc::ServerContext;
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);