[llvm-commits] CVS: llvm/lib/Support/ToolRunner.cpp
Chris Lattner
lattner at cs.uiuc.edu
Wed Feb 18 15:13:07 PST 2004
Changes in directory llvm/lib/Support:
ToolRunner.cpp updated: 1.18 -> 1.19
---
Log message:
indent correctly
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Support/ToolRunner.cpp
diff -u llvm/lib/Support/ToolRunner.cpp:1.18 llvm/lib/Support/ToolRunner.cpp:1.19
--- llvm/lib/Support/ToolRunner.cpp:1.18 Wed Feb 18 14:57:38 2004
+++ llvm/lib/Support/ToolRunner.cpp Wed Feb 18 14:58:00 2004
@@ -23,7 +23,7 @@
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";
More information about the llvm-commits
mailing list