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:
parent
eddc6ab2e7
commit
5a22f3a7d1
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user