summaryrefslogtreecommitdiff
path: root/include/llvm/Support/StringSaver.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/StringSaver.h')
-rw-r--r--include/llvm/Support/StringSaver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/StringSaver.h b/include/llvm/Support/StringSaver.h
index c7a2e8f48e86..f3853ee91570 100644
--- a/include/llvm/Support/StringSaver.h
+++ b/include/llvm/Support/StringSaver.h
@@ -38,5 +38,5 @@ class BumpPtrStringSaver final : public StringSaver {
public:
BumpPtrStringSaver(BumpPtrAllocator &Alloc) : StringSaver(Alloc) {}
};
-} // namespace llvm
+}
#endif