From: Daniel Dunbar Date: Fri, 29 Aug 2008 03:45:59 +0000 (+0000) Subject: Add newline to end of file. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=932680ecdeab4c216ce7c0736093d3dcd2f60f6d;p=clang Add newline to end of file. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55525 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Driver/AnalysisConsumer.cpp b/Driver/AnalysisConsumer.cpp index 83ad624179..39b76e2885 100644 --- a/Driver/AnalysisConsumer.cpp +++ b/Driver/AnalysisConsumer.cpp @@ -572,4 +572,4 @@ UbigraphViz::~UbigraphViz() { // Delete the directory. Dir.eraseFromDisk(true); -} \ No newline at end of file +}