summaryrefslogtreecommitdiff
path: root/include/llvm/Support/raw_os_ostream.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/raw_os_ostream.h')
-rw-r--r--include/llvm/Support/raw_os_ostream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/raw_os_ostream.h b/include/llvm/Support/raw_os_ostream.h
index a983aeb90879..c13e7792821b 100644
--- a/include/llvm/Support/raw_os_ostream.h
+++ b/include/llvm/Support/raw_os_ostream.h
@@ -37,6 +37,6 @@ public:
~raw_os_ostream() override;
};
-} // end llvm namespace
+} // namespace llvm
#endif