Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / Support / GraphWriter.h
index 04b40848cb76293448d96c96b69811022a095c7c..7d1c273c988d1c039f84066932bf6f477b36c370 100644 (file)
@@ -356,6 +356,6 @@ void ViewGraph(const GraphType &G, const Twine &Name,
   DisplayGraph(Filename, true, Program);
 }
 
-} // namespace llvm
+} // End llvm namespace
 
 #endif