Eliminate tabs

llvm-svn: 22421
This commit is contained in:
Jeff Cohen 2005-07-13 02:19:59 +00:00
parent 3800a28d46
commit 014dd48fbc
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@ namespace llvm
/// @name Do Not Implement
/// @{
private:
Mutex(const Mutex & original);
void operator=(const Mutex &);
Mutex(const Mutex & original);
void operator=(const Mutex &);
/// @}
};
}