Merge "Fix build: style issue."
diff --git a/compiler/dex/quick/x86/fp_x86.cc b/compiler/dex/quick/x86/fp_x86.cc
index d687b35..1fed58b 100644
--- a/compiler/dex/quick/x86/fp_x86.cc
+++ b/compiler/dex/quick/x86/fp_x86.cc
@@ -565,7 +565,6 @@
     StoreValueWide(rl_dest, rl_result);
     return true;
   } else if (v_src_reg == v_dst_reg) {
-
     // if argument is the same as inlined intrinsic target
     // if argument is in the physical register
     if (rl_src.location == kLocPhysReg) {