Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / PassSupport.h
index 6cb6516412e8c750f4a83910b961d60f96077938..af1a195dfd8c0990ef764dc6890b71e29321fa1f 100644 (file)
@@ -245,6 +245,6 @@ struct PassRegistrationListener {
 };
 
 
-} // End llvm namespace
+} // namespace llvm
 
 #endif