Index: src/arm/codegen-arm.cc |
=================================================================== |
--- src/arm/codegen-arm.cc (revision 3566) |
+++ src/arm/codegen-arm.cc (working copy) |
@@ -4696,7 +4696,7 @@ |
__ mov(pc, Operand(lr)); // Return. |
} |
// No fall through here. |
- } |
+ } |
__ bind(¬_identical); |
} |
@@ -6510,7 +6510,7 @@ |
const char* CompareStub::GetName() { |
- switch(cc_) { |
+ switch (cc_) { |
case lt: return "CompareStub_LT"; |
case gt: return "CompareStub_GT"; |
case le: return "CompareStub_LE"; |