Convert tabs to spaces

llvm-svn: 2805
This commit is contained in:
Chris Lattner 2002-06-30 16:04:37 +00:00
parent 9e5b6904e5
commit 0a30bda280
1 changed files with 4 additions and 4 deletions

View File

@ -92,8 +92,8 @@ const Type *BytecodeParser::parseTypeConstant(const uchar *&Buf,
default:
std::cerr << __FILE__ << ":" << __LINE__
<< ": Don't know how to deserialize"
<< " primitive Type " << PrimType << "\n";
<< ": Don't know how to deserialize"
<< " primitive Type " << PrimType << "\n";
return failure(Val);
}
}
@ -327,8 +327,8 @@ bool BytecodeParser::parseConstantValue(const uchar *&Buf, const uchar *EndBuf,
default:
std::cerr << __FILE__ << ":" << __LINE__
<< ": Don't know how to deserialize constant value of type '"
<< Ty->getName() << "'\n";
<< ": Don't know how to deserialize constant value of type '"
<< Ty->getName() << "'\n";
return failure(true);
}