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