Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / Support / StringPool.h
index 3aa826b5ae9f5091fec5fa1d229c9837152c86bc..2ec0c3b76c11f13557ee5f810baa46a3bf7d512d 100644 (file)
@@ -133,6 +133,6 @@ namespace llvm {
     inline bool operator!=(const PooledStringPtr &That) const { return S != That.S; }
   };
 
-} // namespace llvm
+} // End llvm namespace
 
 #endif