1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

indent correctly

llvm-svn: 11601
This commit is contained in:
Chris Lattner 2004-02-18 20:58:00 +00:00
parent eddc6ab2e7
commit 5a22f3a7d1

View 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";