Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / Analysis / LoopInfo.h
index 7bfebab46e2071e5f0bc251a0cfa81e10bd89aee..bbcde8d9721a346a62d4ba8be39f309cd0d55a29 100644 (file)
@@ -763,6 +763,6 @@ public:
   void getAnalysisUsage(AnalysisUsage &AU) const override;
 };
 
-} // namespace llvm
+} // End llvm namespace
 
 #endif