소스 검색

fixed minor indent and resubmit

Makarand Dharmapurikar 9 년 전
부모
커밋
86202529a8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/compiler/objective_c_plugin.cc

+ 2 - 2
src/compiler/objective_c_plugin.cc

@@ -88,9 +88,9 @@ class ObjectiveCGrpcGenerator : public grpc::protobuf::compiler::CodeGenerator {
             "#else\n"
             "  #import \"" + header + "\"\n"
             "#endif\n";
-       } else {
+        } else {
           proto_imports += ::grpc::string("#import \"") + header + "\"\n";
-       }
+        }
       }
 
       ::grpc::string declarations;