summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/arm/Assemble.cc
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2012-03-26 16:35:06 -0700
committer Elliott Hughes <enh@google.com> 2012-03-26 17:11:59 -0700
commitb25c3f6a86dc634ce44fb2849385b49465caa84d (patch)
treef359c72d821d913f78b977d8dde0fc7023afb511 /src/compiler/codegen/arm/Assemble.cc
parentfc9e6fabed89d948fa8c0e9d673e430076712c60 (diff)
Fix cpplint's whitespace complaints.
Change-Id: I11fd2db2badf7bd98e7866ca2155d8ef1e112408
Diffstat (limited to 'src/compiler/codegen/arm/Assemble.cc')
-rw-r--r--src/compiler/codegen/arm/Assemble.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/codegen/arm/Assemble.cc b/src/compiler/codegen/arm/Assemble.cc
index 8901bf3f54..1b7dc2946b 100644
--- a/src/compiler/codegen/arm/Assemble.cc
+++ b/src/compiler/codegen/arm/Assemble.cc
@@ -1256,7 +1256,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 kFmtFPImm: