Nuke trailing whitespace.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80145 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2009-08-26 21:27:09 +00:00
parent 6009db486e
commit cf29697266

View File

@ -365,4 +365,3 @@ bool DebugLabelFolder::runOnMachineFunction(MachineFunction &MF) {
FunctionPass *createDebugLabelFoldingPass() { return new DebugLabelFolder(); }
}