| commit | de75089fb7216d19e9c22cce4dc62a49513477d3 | [log] [tgz] |
|---|---|---|
| author | Carl Shapiro <cshapiro@google.com> | Tue Jun 08 16:37:12 2010 -0700 |
| committer | Carl Shapiro <cshapiro@google.com> | Tue Jun 08 17:04:11 2010 -0700 |
| tree | 8c4035cc05218ddb7595e9a5c5997b53e58c2572 | |
| parent | 52ec072cc4dd215ff541a0b0842e91ea529a6e5d [diff] [blame] |
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