From a38aa727711b43eacedfa6186d7de7df976c4ab3 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 24 Aug 2006 22:39:25 +0000 Subject: Remove a character to avoid line exceeding 80 cols. llvm-svn: 29860 --- llvm/lib/Support/GraphWriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Support/GraphWriter.cpp') diff --git a/llvm/lib/Support/GraphWriter.cpp b/llvm/lib/Support/GraphWriter.cpp index 501cc6d..fa9830a 100644 --- a/llvm/lib/Support/GraphWriter.cpp +++ b/llvm/lib/Support/GraphWriter.cpp @@ -77,7 +77,7 @@ void llvm::DisplayGraph(const sys::Path &Filename) { if (sys::Program::ExecuteAndWait(dotty, &args[0],0,0,0,&ErrMsg)) { std::cerr << "Error viewing graph: " << ErrMsg << "\n"; } else { -#ifdef __MINGW32__ // Dotty spawns another app and doesn't wait until it returns. +#ifdef __MINGW32__ // Dotty spawns another app and doesn't wait until it returns return; #endif } -- cgit v1.1