Remove whitespace.

Change-Id: I82f51cff87765a3aeeb861d2ae64978f2e762c73
diff --git a/compiler/optimizing/code_generator_arm.cc b/compiler/optimizing/code_generator_arm.cc
index 20b8b6a..4fd545f 100644
--- a/compiler/optimizing/code_generator_arm.cc
+++ b/compiler/optimizing/code_generator_arm.cc
@@ -598,9 +598,9 @@
       }
       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));
       }