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