diff options
Diffstat (limited to 'compiler/sea_ir/frontend.cc')
-rw-r--r-- | compiler/sea_ir/frontend.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/sea_ir/frontend.cc b/compiler/sea_ir/frontend.cc index bae3cb296c..8fc1cf8315 100644 --- a/compiler/sea_ir/frontend.cc +++ b/compiler/sea_ir/frontend.cc @@ -62,7 +62,7 @@ CompiledMethod* SeaIrCompileOneMethod(CompilerDriver& compiler, #if defined(ART_USE_PORTABLE_COMPILER) , llvm_compilation_unit #endif - ); // NOLINT + ); // NOLINT } extern "C" art::CompiledMethod* @@ -79,4 +79,4 @@ extern "C" art::CompiledMethod* } #endif -} // end namespace art +} // namespace art |