fixed minor indent and resubmit
diff --git a/src/compiler/objective_c_plugin.cc b/src/compiler/objective_c_plugin.cc
index 3878a33..5026088 100644
--- a/src/compiler/objective_c_plugin.cc
+++ b/src/compiler/objective_c_plugin.cc
@@ -88,9 +88,9 @@
             "#else\n"
             "  #import \"" + header + "\"\n"
             "#endif\n";
-       } else {
+        } else {
           proto_imports += ::grpc::string("#import \"") + header + "\"\n";
-       }
+        }
       }
 
       ::grpc::string declarations;