Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / IR / LegacyPassManagers.h
index 7f7889ad5fb3da6c3113a2af46eb1ee38bc739bd..e2f1ab48b725840371c38f068f3d3ca0cd938ed3 100644 (file)
@@ -474,6 +474,6 @@ public:
 
 Timer *getPassTimer(Pass *);
 
-}
+} // namespace llvm
 
 #endif