From 463a7a86ba297a8165060d1289533ca33d1a52f2 Mon Sep 17 00:00:00 2001
From: murgatroid99 <mlumish@google.com>
Date: Fri, 24 Apr 2015 11:41:43 -0700
Subject: [PATCH] Fixed indentation

---
 src/objective-c/GRPCClient/private/GRPCWrappedCall.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/objective-c/GRPCClient/private/GRPCWrappedCall.m b/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
index 7716bb3e06..308d43bb58 100644
--- a/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
+++ b/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
@@ -47,7 +47,7 @@
 }
 
 - (instancetype)init {
-    return [self initWithChannel:nil method:nil host:nil];
+  return [self initWithChannel:nil method:nil host:nil];
 }
 
 - (instancetype)initWithChannel:(GRPCChannel *)channel method:(NSString *)method host:(NSString *)host {
-- 
GitLab