From b25c3f6a86dc634ce44fb2849385b49465caa84d Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 26 Mar 2012 16:35:06 -0700 Subject: Fix cpplint's whitespace complaints. Change-Id: I11fd2db2badf7bd98e7866ca2155d8ef1e112408 --- src/compiler/codegen/mips/Assemble.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/compiler/codegen/mips/Assemble.cc') diff --git a/src/compiler/codegen/mips/Assemble.cc b/src/compiler/codegen/mips/Assemble.cc index 07a9975146..1d629be541 100644 --- a/src/compiler/codegen/mips/Assemble.cc +++ b/src/compiler/codegen/mips/Assemble.cc @@ -467,7 +467,7 @@ void convertShortToLongBranch(CompilationUnit* cUnit, LIR* lir) bool unconditional = false; int opcode = lir->opcode; int dalvikOffset = lir->dalvikOffset; - switch(opcode) { + switch (opcode) { case kMipsBal: LOG(FATAL) << "long branch and link unsupported"; case kMipsB: @@ -656,7 +656,7 @@ AssemblerStatus oatAssembleInstructions(CompilationUnit *cUnit, u4 operand; u4 value; operand = lir->operands[i]; - switch(encoder->fieldLoc[i].kind) { + switch (encoder->fieldLoc[i].kind) { case kFmtUnused: break; case kFmtBitBlt: -- cgit v1.2.3-59-g8ed1b