whitespace.
authorJim Grosbach <grosbach@apple.com>
Fri, 21 Oct 2011 16:56:40 +0000 (16:56 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 21 Oct 2011 16:56:40 +0000 (16:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142657 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp

index eadd77e43ad959635f68337248cbe936aa39d06e..b907e57535a7694a09d12da979d0fb2f8c566390 100644 (file)
@@ -250,7 +250,7 @@ void ARMInstPrinter::printSORegRegOperand(const MCInst *MI, unsigned OpNum,
   O << ", " << ARM_AM::getShiftOpcStr(ShOpc);
   if (ShOpc == ARM_AM::rrx)
     return;
-  
+
   O << ' ' << getRegisterName(MO2.getReg());
   assert(ARM_AM::getSORegOffset(MO3.getImm()) == 0);
 }