summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorCalin Juravle <calin@google.com>2015-10-06 11:46:58 +0100
committerCalin Juravle <calin@google.com>2015-10-06 11:46:58 +0100
commit24cc1b32953c41fa5171f94487926560f8102741 (patch)
tree48eb1f5587d126d93f0a2306c0fa74732c08db47 /runtime
parent6e399acb4479eec42131ba2922a9dd8e9df0348a (diff)
downloadart-24cc1b32953c41fa5171f94487926560f8102741.tar.gz
art-24cc1b32953c41fa5171f94487926560f8102741.tar.bz2
art-24cc1b32953c41fa5171f94487926560f8102741.zip
Fix style issue in stub_test.
Change-Id: I8c338d48f479337b176039c9398d6ee2b44fe6fd
Diffstat (limited to 'runtime')
-rw-r--r--runtime/arch/stub_test.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/runtime/arch/stub_test.cc b/runtime/arch/stub_test.cc
index c3a5ce3429..0d2457e3dd 100644
--- a/runtime/arch/stub_test.cc
+++ b/runtime/arch/stub_test.cc
@@ -1970,11 +1970,11 @@ static void GetSet64Static(ArtField* f, Thread* self, ArtMethod* referrer,
for (size_t i = 0; i < arraysize(values); ++i) {
// 64 bit FieldSet stores the set value in the second register.
test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()),
- 0U,
- values[i],
- StubTest::GetEntrypoint(self, kQuickSet64Static),
- self,
- referrer);
+ 0U,
+ values[i],
+ StubTest::GetEntrypoint(self, kQuickSet64Static),
+ self,
+ referrer);
size_t res = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()),
0U, 0U,