diff options
author | 2013-07-17 21:53:13 -0700 | |
---|---|---|
committer | 2013-07-17 23:23:12 -0700 | |
commit | f69863b3039fc621ff4250e262d2a024d5e79ec8 (patch) | |
tree | b6d40c4019de2155f8753f83b4750bd3a3514d7a /compiler/dex/quick/codegen_util.cc | |
parent | 93ba893c20532990a430741e0a97212900094e8c (diff) |
Fix cpplint whitespace/newline issues
Change-Id: Ie2049d9f667339e41f36c4f5d09f0d10d8d2c762
Diffstat (limited to 'compiler/dex/quick/codegen_util.cc')
-rw-r--r-- | compiler/dex/quick/codegen_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/quick/codegen_util.cc b/compiler/dex/quick/codegen_util.cc index e728d2769b..e169dc8f54 100644 --- a/compiler/dex/quick/codegen_util.cc +++ b/compiler/dex/quick/codegen_util.cc @@ -61,7 +61,7 @@ void Mir2Lir::NopLIR( LIR* lir) { void Mir2Lir::SetMemRefType(LIR* lir, bool is_load, int mem_type) { uint64_t *mask_ptr; - uint64_t mask = ENCODE_MEM;; + uint64_t mask = ENCODE_MEM; DCHECK(GetTargetInstFlags(lir->opcode) & (IS_LOAD | IS_STORE)); if (is_load) { mask_ptr = &lir->use_mask; |