diff options
Diffstat (limited to 'compiler/driver/dex_compilation_unit.h')
-rw-r--r-- | compiler/driver/dex_compilation_unit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/driver/dex_compilation_unit.h b/compiler/driver/dex_compilation_unit.h index facc9cbd32..5bf0086075 100644 --- a/compiler/driver/dex_compilation_unit.h +++ b/compiler/driver/dex_compilation_unit.h @@ -111,6 +111,6 @@ class DexCompilationUnit { std::string symbol_; }; -} // namespace art +} // namespace art #endif // ART_COMPILER_DRIVER_DEX_COMPILATION_UNIT_H_ |