commit | df62950e7a32031b82360c407d46a37b94188fbb | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Wed Jul 17 22:39:56 2013 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Thu Jul 18 00:13:18 2013 -0700 |
tree | 038bf95a2ce296ae3e0c30a131ac22c0986f0f52 | |
parent | 0cd7ec2dcd8d7ba30bf3ca420b40dac52849876c [diff] [blame] |
Fix cpplint whitespace/parens issues Change-Id: Ifc678d59a8bed24ffddde5a0e543620b17b0aba9
diff --git a/compiler/dex/quick/arm/fp_arm.cc b/compiler/dex/quick/arm/fp_arm.cc index 2c626a0..8f73f0c 100644 --- a/compiler/dex/quick/arm/fp_arm.cc +++ b/compiler/dex/quick/arm/fp_arm.cc
@@ -193,7 +193,7 @@ } NewLIR0(kThumb2Fmstat); ConditionCode ccode = static_cast<ConditionCode>(mir->dalvikInsn.arg[0]); - switch(ccode) { + switch (ccode) { case kCondEq: case kCondNe: break;