Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / Analysis / LoopInfoImpl.h
index b8f80df34bf9571d34c0c9e77064ea14d4ab7c2a..f5cc856f624769aad68b6593b395e5ff66967bbc 100644 (file)
@@ -535,6 +535,6 @@ void LoopInfoBase<BlockT, LoopT>::verify() const {
 #endif
 }
 
-} // namespace llvm
+} // End llvm namespace
 
 #endif