From: Chris Lattner Date: Wed, 18 Feb 2004 20:58:00 +0000 (+0000) Subject: indent correctly X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a3de11783f04a53ffb625a7ced7d6080705c9762;p=oota-llvm.git indent correctly git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11601 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/ToolRunner.cpp b/lib/Support/ToolRunner.cpp index 5c0c5a19a41..a15de5e4e6b 100644 --- a/lib/Support/ToolRunner.cpp +++ b/lib/Support/ToolRunner.cpp @@ -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"; diff --git a/tools/bugpoint/ToolRunner.cpp b/tools/bugpoint/ToolRunner.cpp index 5c0c5a19a41..a15de5e4e6b 100644 --- a/tools/bugpoint/ToolRunner.cpp +++ b/tools/bugpoint/ToolRunner.cpp @@ -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";