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