Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / ADT / BitVector.h
index f58dd7356c7dd093e8550701260d306ce1a8e3ca..e57171de9cd773777e212c88d445c34824e1f52d 100644 (file)
@@ -568,7 +568,7 @@ private:
   }
 };
 
   }
 };
 
-} // End llvm namespace
+} // namespace llvm
 
 namespace std {
   /// Implement std::swap in terms of BitVector swap.
 
 namespace std {
   /// Implement std::swap in terms of BitVector swap.