summaryrefslogtreecommitdiffstats
path: root/compiler/llvm/runtime_support_builder_arm.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/llvm/runtime_support_builder_arm.cc')
-rw-r--r--compiler/llvm/runtime_support_builder_arm.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/llvm/runtime_support_builder_arm.cc b/compiler/llvm/runtime_support_builder_arm.cc
index 5a9d2b896a..569d825272 100644
--- a/compiler/llvm/runtime_support_builder_arm.cc
+++ b/compiler/llvm/runtime_support_builder_arm.cc
@@ -52,7 +52,7 @@ char LDRSTRSuffixByType(art::llvm::IRBuilder& irb, Type* type) {
}
}
-} // namespace
+} // namespace
namespace art {
namespace llvm {
@@ -135,5 +135,5 @@ void RuntimeSupportBuilderARM::EmitUnlockObject(Value* object) {
irb_.CreateCall(func);
}
-} // namespace llvm
-} // namespace art
+} // namespace llvm
+} // namespace art