Detabify.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47596 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling
2008-02-26 10:46:10 +00:00
parent 27926af828
commit 584c3bf650
5 changed files with 55 additions and 56 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ bool BugDriver::run() {
if (ReferenceOutputFile.empty()) {
std::cout << "Generating reference output from raw program: ";
if(!createReferenceFile(Program)){
return debugCodeGeneratorCrash();
return debugCodeGeneratorCrash();
}
CreatedOutput = true;
}