aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/generic_stub.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc++/generic_stub.h')
-rw-r--r--include/grpc++/generic_stub.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/grpc++/generic_stub.h b/include/grpc++/generic_stub.h
index c34e1fcf55..172f10e45a 100644
--- a/include/grpc++/generic_stub.h
+++ b/include/grpc++/generic_stub.h
@@ -52,8 +52,8 @@ class GenericStub GRPC_FINAL {
// begin a call to a named method
std::unique_ptr<GenericClientAsyncReaderWriter> Call(
- ClientContext* context, const grpc::string& method,
- CompletionQueue* cq, void* tag);
+ ClientContext* context, const grpc::string& method, CompletionQueue* cq,
+ void* tag);
private:
std::shared_ptr<ChannelInterface> channel_;