소스 검색

clang-format

Muxi Yan 8 년 전
부모
커밋
88d9377365
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/compiler/objective_c_plugin.cc

+ 2 - 1
src/compiler/objective_c_plugin.cc

@@ -59,7 +59,8 @@ class ObjectiveCGrpcGenerator : public grpc::protobuf::compiler::CodeGenerator {
       return true;
       return true;
     }
     }
 
 
-    ::grpc::string file_name = google::protobuf::compiler::objectivec::FilePath(file);
+    ::grpc::string file_name =
+        google::protobuf::compiler::objectivec::FilePath(file);
     ::grpc::string prefix = file->options().objc_class_prefix();
     ::grpc::string prefix = file->options().objc_class_prefix();
 
 
     {
     {