Parcourir la source

Indentation fix

Craig Tiller il y a 10 ans
Parent
commit
75d5d303ea
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      include/grpc++/channel_interface.h

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