diff options
Diffstat (limited to 'ELF/MapFile.h')
-rw-r--r-- | ELF/MapFile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ELF/MapFile.h b/ELF/MapFile.h index 68d8ba8d4a04..460848ff24d3 100644 --- a/ELF/MapFile.h +++ b/ELF/MapFile.h @@ -17,7 +17,7 @@ namespace elf { struct OutputSectionCommand; template <class ELFT> void writeMapFile(llvm::ArrayRef<OutputSectionCommand *> Script); -} -} +} // namespace elf +} // namespace lld #endif |