diff options
author | Muxi Yan <mxyan@google.com> | 2017-05-31 09:32:27 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-05-31 09:32:27 -0700 |
commit | 88d937736548544077357a0bb74df52f275dec7e (patch) | |
tree | 59679a03be175767b0d3753134de0c8ebcabeccd /src | |
parent | 88974d506a8dd3598c9d35a0bbf6264afe23731e (diff) |
clang-format
Diffstat (limited to 'src')
-rw-r--r-- | src/compiler/objective_c_plugin.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compiler/objective_c_plugin.cc b/src/compiler/objective_c_plugin.cc index 682d6aa9aa..466da4c3b4 100644 --- a/src/compiler/objective_c_plugin.cc +++ b/src/compiler/objective_c_plugin.cc @@ -59,7 +59,8 @@ class ObjectiveCGrpcGenerator : public grpc::protobuf::compiler::CodeGenerator { 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(); { |