Skip to content

Commit

Permalink
fixed minor indent and resubmit
Browse files Browse the repository at this point in the history
  • Loading branch information
makdharma committed Jul 8, 2016
1 parent 46cc9ee commit 8620252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/compiler/objective_c_plugin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8620252

Please sign in to comment.