From af2c65c38449dfeb21b572887110c5c9a0008ca1 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Wed, 14 Jan 2015 09:40:32 +0000 Subject: Remove whitespace. Change-Id: I82f51cff87765a3aeeb861d2ae64978f2e762c73 --- compiler/optimizing/code_generator_arm.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler') diff --git a/compiler/optimizing/code_generator_arm.cc b/compiler/optimizing/code_generator_arm.cc index 20b8b6a62d..4fd545f027 100644 --- a/compiler/optimizing/code_generator_arm.cc +++ b/compiler/optimizing/code_generator_arm.cc @@ -598,9 +598,9 @@ Location InvokeDexCallingConventionVisitor::GetNextLocation(Primitive::Type type } if (index + 1 < calling_convention.GetNumberOfRegisters()) { DCHECK_EQ(calling_convention.GetRegisterAt(index) + 1, - calling_convention.GetRegisterAt(index + 1)); + calling_convention.GetRegisterAt(index + 1)); return Location::RegisterPairLocation(calling_convention.GetRegisterAt(index), - calling_convention.GetRegisterAt(index + 1)); + calling_convention.GetRegisterAt(index + 1)); } else { return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index)); } -- cgit v1.2.3