aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/channel_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc++/channel_interface.h')
-rw-r--r--include/grpc++/channel_interface.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/grpc++/channel_interface.h b/include/grpc++/channel_interface.h
index 4b9d76e0d1..9ed35422b8 100644
--- a/include/grpc++/channel_interface.h
+++ b/include/grpc++/channel_interface.h
@@ -57,10 +57,10 @@ class ChannelInterface {
const google::protobuf::Message& request,
google::protobuf::Message* result) = 0;
- virtual StreamContextInterface* CreateStream(const RpcMethod& method,
- ClientContext* context,
- const google::protobuf::Message* request,
- google::protobuf::Message* result) = 0;
+ virtual StreamContextInterface* CreateStream(
+ const RpcMethod& method, ClientContext* context,
+ const google::protobuf::Message* request,
+ google::protobuf::Message* result) = 0;
};
} // namespace grpc