summaryrefslogtreecommitdiff
path: root/lld/ELF/Filesystem.h
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2017-07-18 11:55:35 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2017-07-18 11:55:35 +0000
commitc4dc02924a1073c15e535173b0003c42b6c5e264 (patch)
treeb050c9855a4d237869d57031f42783f6b1d9a20b /lld/ELF/Filesystem.h
parentac60a3fe9d11cb52091e91cf125cf94d977d72d0 (diff)
[ELF] - Apply clang-format. NFC.
Diffstat (limited to 'lld/ELF/Filesystem.h')
-rw-r--r--lld/ELF/Filesystem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/ELF/Filesystem.h b/lld/ELF/Filesystem.h
index d56d067f737..dbeadac5a96 100644
--- a/lld/ELF/Filesystem.h
+++ b/lld/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