From 75d5d303eaa53f4f561439e9cc93338e849028fe Mon Sep 17 00:00:00 2001
From: Craig Tiller <craig.tiller@gmail.com>
Date: Mon, 27 Apr 2015 18:29:09 -0700
Subject: [PATCH] Indentation fix

---
 include/grpc++/channel_interface.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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() {}
-- 
GitLab