diff options
Diffstat (limited to 'ELF/LTO.h')
-rw-r--r-- | ELF/LTO.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ELF/LTO.h b/ELF/LTO.h index 28afa0e83add..d19923c90a99 100644 --- a/ELF/LTO.h +++ b/ELF/LTO.h @@ -30,7 +30,7 @@ namespace llvm { namespace lto { class LTO; } -} +} // namespace llvm namespace lld { namespace elf { @@ -51,7 +51,7 @@ private: std::vector<SmallString<0>> Buff; std::vector<std::unique_ptr<MemoryBuffer>> Files; }; -} -} +} // namespace elf +} // namespace lld #endif |