aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/objective_c_plugin.cc
diff options
context:
space:
mode:
authorGravatar Makarand Dharmapurikar <makarandd@google.com>2016-07-08 12:41:12 -0700
committerGravatar Makarand Dharmapurikar <makarandd@google.com>2016-07-08 12:41:12 -0700
commit86202529a81ce45a1da160ef1dcc58540785d4b2 (patch)
treeb3b8062824c127c1f5c78c9666e83adbb50958f8 /src/compiler/objective_c_plugin.cc
parent46cc9eebb17b2711515007d7af9108cd0d78788a (diff)
fixed minor indent and resubmit
Diffstat (limited to 'src/compiler/objective_c_plugin.cc')
-rw-r--r--src/compiler/objective_c_plugin.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/objective_c_plugin.cc b/src/compiler/objective_c_plugin.cc
index 3878a33251..5026088db1 100644
--- a/src/compiler/objective_c_plugin.cc
+++ b/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;