aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-04-03 14:00:43 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-04-03 14:00:43 -0700
commit3b33409e66d49a79fe4f598fc45e4c3edb2e7d37 (patch)
treed051478a5db52ecfedbc5df481930919630d995c /src/compiler
parent7f5dcc9c1a2f9164204e42401104f92020422689 (diff)
clang format
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/objective_c_plugin.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/compiler/objective_c_plugin.cc b/src/compiler/objective_c_plugin.cc
index dbd3785e99..f0fe3688cc 100644
--- a/src/compiler/objective_c_plugin.cc
+++ b/src/compiler/objective_c_plugin.cc
@@ -119,10 +119,10 @@ class ObjectiveCGrpcGenerator : public grpc::protobuf::compiler::CodeGenerator {
PreprocIfNot(kForwardDeclare, imports) + "\n" +
PreprocIfNot(kProtocolOnly, system_imports) + "\n" +
class_declarations + "\n" +
- PreprocIfNot(kForwardDeclare, class_imports) +
- "\n" + forward_declarations + "\n" + kNonNullBegin + "\n" +
- protocols + "\n" + PreprocIfNot(kProtocolOnly, interfaces) +
- "\n" + kNonNullEnd + "\n");
+ PreprocIfNot(kForwardDeclare, class_imports) + "\n" +
+ forward_declarations + "\n" + kNonNullBegin + "\n" + protocols +
+ "\n" + PreprocIfNot(kProtocolOnly, interfaces) + "\n" +
+ kNonNullEnd + "\n");
}
{