aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/objective_c_plugin.cc
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-05-31 09:32:27 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-05-31 09:32:27 -0700
commit88d937736548544077357a0bb74df52f275dec7e (patch)
tree59679a03be175767b0d3753134de0c8ebcabeccd /src/compiler/objective_c_plugin.cc
parent88974d506a8dd3598c9d35a0bbf6264afe23731e (diff)
clang-format
Diffstat (limited to 'src/compiler/objective_c_plugin.cc')
-rw-r--r--src/compiler/objective_c_plugin.cc3
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();
{