trailing whitespace

llvm-svn: 117740
diff --git a/llvm/lib/Target/ARM/ARMMCCodeEmitter.cpp b/llvm/lib/Target/ARM/ARMMCCodeEmitter.cpp
index ffe462f..8693ec3 100644
--- a/llvm/lib/Target/ARM/ARMMCCodeEmitter.cpp
+++ b/llvm/lib/Target/ARM/ARMMCCodeEmitter.cpp
@@ -91,7 +91,7 @@
   unsigned getImmMinusOneOpValue(const MCInst &MI, unsigned Op) const {
     return MI.getOperand(Op).getImm() - 1;
   }
-  
+
   unsigned getNEONVcvtImm32OpValue(const MCInst &MI, unsigned Op) const {
     return 64 - MI.getOperand(Op).getImm();
   }
@@ -154,7 +154,7 @@
                                              const MCOperand &MO) const {
   if (MO.isReg()) {
     unsigned regno = getARMRegisterNumbering(MO.getReg());
-    
+
     // Q registers are encodes as 2x their register number.
     switch (MO.getReg()) {
       case ARM::Q0: case ARM::Q1: case ARM::Q2: case ARM::Q3: