aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-04-04 11:15:26 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-04-04 11:15:26 -0700
commit19ca19beed133f6db9c55376a5e431a610e00d28 (patch)
treef907b4ea69f7bae91828cd47f5c568aa75d63afc /src/compiler
parent3b33409e66d49a79fe4f598fc45e4c3edb2e7d37 (diff)
Fix indent
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/objective_c_generator.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/objective_c_generator.cc b/src/compiler/objective_c_generator.cc
index ffdeb8f6b0..39f68cb956 100644
--- a/src/compiler/objective_c_generator.cc
+++ b/src/compiler/objective_c_generator.cc
@@ -206,7 +206,7 @@ void PrintMethodImplementations(Printer* printer,
}
}
for (auto one_class : classes) {
- output += " @class " + one_class + ";\n";
+ output += "@class " + one_class + ";\n";
}
return output;