diff options
Diffstat (limited to 'include/llvm/Support/COM.h')
-rw-r--r-- | include/llvm/Support/COM.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/COM.h b/include/llvm/Support/COM.h index 45559b0ec1492..a2d5a7a68ba9f 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 |