aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/channel_interface.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-04-27 18:29:09 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-04-27 18:29:09 -0700
commit75d5d303eaa53f4f561439e9cc93338e849028fe (patch)
tree9953c19e0f8859f885cd473a9b587c093be3cb66 /include/grpc++/channel_interface.h
parentb11728b90d5c4bbc3cae105b82b10bbf501f323f (diff)
Indentation fix
Diffstat (limited to 'include/grpc++/channel_interface.h')
-rw-r--r--include/grpc++/channel_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/channel_interface.h b/include/grpc++/channel_interface.h
index e86a83bc45..bc738fb15a 100644
--- a/include/grpc++/channel_interface.h
+++ b/include/grpc++/channel_interface.h
@@ -50,7 +50,7 @@ class RpcMethod;
class CallInterface;
class ChannelInterface
- : public CallHook,
+ : public CallHook,
public std::enable_shared_from_this<ChannelInterface> {
public:
virtual ~ChannelInterface() {}