diff options
| author | Carl Shapiro <cshapiro@google.com> | 2010-06-08 16:37:12 -0700 |
|---|---|---|
| committer | Carl Shapiro <cshapiro@google.com> | 2010-06-08 17:04:11 -0700 |
| commit | de75089fb7216d19e9c22cce4dc62a49513477d3 (patch) | |
| tree | 8c4035cc05218ddb7595e9a5c5997b53e58c2572 /vm/test | |
| parent | 52ec072cc4dd215ff541a0b0842e91ea529a6e5d (diff) | |
| download | android_dalvik-de75089fb7216d19e9c22cce4dc62a49513477d3.tar.gz android_dalvik-de75089fb7216d19e9c22cce4dc62a49513477d3.tar.bz2 android_dalvik-de75089fb7216d19e9c22cce4dc62a49513477d3.zip | |
Remove trailing whitespace.
Change-Id: I95534bb2b88eaf48f2329282041118cd034c812b
Diffstat (limited to 'vm/test')
| -rw-r--r-- | vm/test/AtomicSpeed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/test/AtomicSpeed.c b/vm/test/AtomicSpeed.c index b569668fb..859c65d5d 100644 --- a/vm/test/AtomicSpeed.c +++ b/vm/test/AtomicSpeed.c @@ -30,7 +30,7 @@ u8 dvmTestAtomicSpeedSub(int repeatCount) int* valuePtr = &value; u8 start, end; int i; - + #ifdef TRIVIAL_COMPARE /* init to arg value so compiler can't pre-determine result */ int j = repeatCount; |
