Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / Analysis / LoopPass.h
index 57ad79319756371cca53ed7d52ecd0edcac06a80..8650000fcfb6ede62f7ded42a1c0780861ee52c6 100644 (file)
@@ -169,6 +169,6 @@ private:
   Loop *CurrentLoop;
 };
 
-} // namespace llvm
+} // End llvm namespace
 
 #endif