Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / lib / IR / AttributeImpl.h
index 8159dcefb5c330bc1e0a79530255927abf6ea9b3..6f338ae835fa98aa9b8d88297930c3e62c8119a6 100644 (file)
@@ -278,6 +278,6 @@ static_assert(
         AlignOf<AttributeSetImpl::IndexAttrPair>::Alignment,
     "Alignment is insufficient for objects appended to AttributeSetImpl");
 
-} // namespace llvm
+} // end llvm namespace
 
 #endif