Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / IR / Argument.h
index 12c8df570cce66beff790e75ed1313a9f235c26c..fc04fe71cbf06d2ec3252f77c027c46399064591 100644 (file)
@@ -131,6 +131,6 @@ public:
   }
 };
 
-} // namespace llvm
+} // End llvm namespace
 
 #endif