Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / IR / InstVisitor.h
index 581e860b8382d582da5724c6dd516ae80cfe3be5..0eb337e816bafd658215df7dff75c4c9fb360970 100644 (file)
@@ -284,6 +284,6 @@ private:
 
 #undef DELEGATE
 
-} // End llvm namespace
+} // namespace llvm
 
 #endif