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/LocalOptimizations.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/codegen/LocalOptimizations.cc') diff --git a/src/compiler/codegen/LocalOptimizations.cc b/src/compiler/codegen/LocalOptimizations.cc index 3bed72f6a5..b7a7e57c73 100644 --- a/src/compiler/codegen/LocalOptimizations.cc +++ b/src/compiler/codegen/LocalOptimizations.cc @@ -147,7 +147,7 @@ void applyLoadStoreElimination(CompilationUnit* cUnit, LIR* headLIR, IS_STORE)); /* Same value && same register type */ if (checkLIR->aliasInfo == thisLIR->aliasInfo && - REGTYPE(checkLIR->operands[0]) == REGTYPE(nativeRegId)){ + REGTYPE(checkLIR->operands[0]) == REGTYPE(nativeRegId)) { /* * Different destination register - insert * a move -- cgit v1.2.3-59-g8ed1b