commit | 86202529a81ce45a1da160ef1dcc58540785d4b2 | [log] [tgz] |
---|---|---|
author | Makarand Dharmapurikar <makarandd@google.com> | Fri Jul 08 12:41:12 2016 -0700 |
committer | Makarand Dharmapurikar <makarandd@google.com> | Fri Jul 08 12:41:12 2016 -0700 |
tree | b3b8062824c127c1f5c78c9666e83adbb50958f8 | |
parent | 46cc9eebb17b2711515007d7af9108cd0d78788a [diff] |
fixed minor indent and resubmit
diff --git a/src/compiler/objective_c_plugin.cc b/src/compiler/objective_c_plugin.cc index 3878a33..5026088 100644 --- a/src/compiler/objective_c_plugin.cc +++ b/src/compiler/objective_c_plugin.cc
@@ -88,9 +88,9 @@ "#else\n" " #import \"" + header + "\"\n" "#endif\n"; - } else { + } else { proto_imports += ::grpc::string("#import \"") + header + "\"\n"; - } + } } ::grpc::string declarations;