Convert tabs to spaces

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21436 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman
2005-04-22 03:27:20 +00:00
parent 59f6449cff
commit 3b1b6e626e
7 changed files with 30 additions and 30 deletions

View File

@@ -39,7 +39,7 @@ Module *ParseAssemblyFile(const std::string &Filename);// throw (ParseException)
class ParseException {
public:
ParseException(const std::string &filename, const std::string &message,
int LineNo = -1, int ColNo = -1);
int LineNo = -1, int ColNo = -1);
ParseException(const ParseException &E);

View File

@@ -41,7 +41,7 @@ std::ostream &WriteAsOperand(std::ostream &, const Value *, bool PrintTy = true,
bool PrintName = true, const Module *Context = 0);
std::ostream &WriteAsOperand(std::ostream&, const Type*, bool PrintTy = true,
bool PrintName = true, const Module* Context = 0);
bool PrintName = true, const Module* Context = 0);
} // End llvm namespace