Indent to 2 spaces and cleanup excess whitespace.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16188 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Alkis Evlogimenos 2004-09-05 18:41:35 +00:00
parent a63828619f
commit 76d9dacceb

View File

@ -304,4 +304,3 @@ void MachineConstantPool::print(std::ostream &OS) const {
}
void MachineConstantPool::dump() const { print(std::cerr); }