summaryrefslogtreecommitdiff
path: root/include/llvm/Support/COM.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/COM.h')
-rw-r--r--include/llvm/Support/COM.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/COM.h b/include/llvm/Support/COM.h
index a2d5a7a68ba9..45559b0ec149 100644
--- a/include/llvm/Support/COM.h
+++ b/include/llvm/Support/COM.h
@@ -30,7 +30,7 @@ private:
InitializeCOMRAII(const InitializeCOMRAII &) = delete;
void operator=(const InitializeCOMRAII &) = delete;
};
-}
-}
+} // namespace sys
+} // namespace llvm
#endif