diff options
Diffstat (limited to 'ELF/Filesystem.h')
| -rw-r--r-- | ELF/Filesystem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ELF/Filesystem.h b/ELF/Filesystem.h index d56d067f73786..dbeadac5a96bb 100644 --- a/ELF/Filesystem.h +++ b/ELF/Filesystem.h @@ -16,7 +16,7 @@ namespace lld { namespace elf { void unlinkAsync(StringRef Path); std::error_code tryCreateFile(StringRef Path); -} -} +} // namespace elf +} // namespace lld #endif |
