Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / IR / Comdat.h
index 50b11be6c818a846c3c68f7d51672877b8e0aca0..4d4c15fb68cda73ff5acd7d795c846283aad0690 100644 (file)
@@ -61,6 +61,6 @@ inline raw_ostream &operator<<(raw_ostream &OS, const Comdat &C) {
   return OS;
 }
 
-} // namespace llvm
+} // end llvm namespace
 
 #endif