aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/server.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-17 07:38:26 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-17 07:38:26 -0800
commit573523f1278a8c797c10ebb2a8b571d6891a22cc (patch)
tree1d250d9a1747e9fa3949776ecf9d9789ff0c633d /include/grpc++/server.h
parent73b7018ebdf546684fc916dcf87d21dd82d0b4c5 (diff)
clang-format
Diffstat (limited to 'include/grpc++/server.h')
-rw-r--r--include/grpc++/server.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/grpc++/server.h b/include/grpc++/server.h
index 8050ef8c9d..410c762375 100644
--- a/include/grpc++/server.h
+++ b/include/grpc++/server.h
@@ -96,9 +96,9 @@ class Server final : private CallHook,
// DispatchImpl
void RequestAsyncCall(void* registered_method, ServerContext* context,
- ::google::protobuf::Message* request,
- ServerAsyncStreamingInterface* stream,
- CompletionQueue* cq, void* tag);
+ ::google::protobuf::Message* request,
+ ServerAsyncStreamingInterface* stream,
+ CompletionQueue* cq, void* tag);
// Completion queue.
CompletionQueue cq_;