Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / Analysis / RegionPass.h
index bd51c49e87db4c8894669e034c403ca2c352c651..5866fc5abc8c5fb9291191791c971b871cbe758f 100644 (file)
@@ -123,6 +123,6 @@ public:
   }
 };
 
-} // End llvm namespace
+} // namespace llvm
 
 #endif