Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / IR / AutoUpgrade.h
index a4b3c410c4f652ee8848829133a1c3653051ffc5..9ecabec63f656d4bd532e32c4c3253adcf0602b7 100644 (file)
@@ -66,6 +66,6 @@ namespace llvm {
 
   /// Upgrade a metadata string constant in place.
   void UpgradeMDStringConstant(std::string &String);
-} // End llvm namespace
+} // namespace llvm
 
 #endif