aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/channel.h
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-11-01 16:33:18 -0700
committerGravatar Vijay Pai <vpai@google.com>2016-11-01 16:33:18 -0700
commit713c7b87e11e57ad2a4188a3a127719c38eb998c (patch)
treebd627ef34f36882494e901895bc88172655966ee /include/grpc++/channel.h
parentc0b2acb1a085d6220d2d813c38ebcbb51498f6e9 (diff)
clang-format
Diffstat (limited to 'include/grpc++/channel.h')
-rw-r--r--include/grpc++/channel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/grpc++/channel.h b/include/grpc++/channel.h
index aa492a7c2b..c8360282e7 100644
--- a/include/grpc++/channel.h
+++ b/include/grpc++/channel.h
@@ -47,9 +47,9 @@ struct grpc_channel;
namespace grpc {
/// Channels represent a connection to an endpoint. Created by \a CreateChannel.
class Channel final : public ChannelInterface,
- public CallHook,
- public std::enable_shared_from_this<Channel>,
- private GrpcLibraryCodegen {
+ public CallHook,
+ public std::enable_shared_from_this<Channel>,
+ private GrpcLibraryCodegen {
public:
~Channel();