indent correctly
authorChris Lattner <sabre@nondot.org>
Wed, 18 Feb 2004 20:58:00 +0000 (20:58 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 18 Feb 2004 20:58:00 +0000 (20:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11601 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/ToolRunner.cpp
tools/bugpoint/ToolRunner.cpp

index 5c0c5a19a41342d1b2bf832c71ea21246c42c5c8..a15de5e4e6b819369f4c713ee9dd87dc15f01387 100644 (file)
@@ -23,7 +23,7 @@ using namespace llvm;
 
 static void ProcessFailure(std::string ProgPath, const char** Args) {
   std::ostringstream OS;
-  OS << "\nError running tool:\n";
+  OS << "\nError running tool:\n ";
   for (const char **Arg = Args; *Arg; ++Arg)
     OS << " " << *Arg;
   OS << "\n";
index 5c0c5a19a41342d1b2bf832c71ea21246c42c5c8..a15de5e4e6b819369f4c713ee9dd87dc15f01387 100644 (file)
@@ -23,7 +23,7 @@ using namespace llvm;
 
 static void ProcessFailure(std::string ProgPath, const char** Args) {
   std::ostringstream OS;
-  OS << "\nError running tool:\n";
+  OS << "\nError running tool:\n ";
   for (const char **Arg = Args; *Arg; ++Arg)
     OS << " " << *Arg;
   OS << "\n";