Remove trailing whitespace.

Change-Id: I95534bb2b88eaf48f2329282041118cd034c812b
diff --git a/libdex/InstrUtils.c b/libdex/InstrUtils.c
index 8961ce5..bab77ce 100644
--- a/libdex/InstrUtils.c
+++ b/libdex/InstrUtils.c
@@ -1069,7 +1069,7 @@
         pDec->vB = INST_B(inst);
         break;
     case kFmt11n:       // op vA, #+B
-        pDec->vA = INST_A(inst); 
+        pDec->vA = INST_A(inst);
         pDec->vB = (s4) (INST_B(inst) << 28) >> 28; // sign extend 4-bit value
         break;
     case kFmt11x:       // op vAA