whitespace change

git-svn-id: https://smali.googlecode.com/svn/trunk@545 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
JesusFreke@JesusFreke.com 2010-01-01 22:36:01 +00:00
parent be2472d6d7
commit 1c6b6d7591

View File

@ -266,7 +266,6 @@ public class DeodexUtil {
i.fixedInstruction = new Instruction35msf(opcode, (Instruction35ms)i.instruction, i.fixedInstruction = new Instruction35msf(opcode, (Instruction35ms)i.instruction,
inlineMethod.getMethodIdItem()); inlineMethod.getMethodIdItem());
insn nextInstruction = i.getInstructionAtOffset(i.offset + i.instruction.getSize(i.offset*2)/2); insn nextInstruction = i.getInstructionAtOffset(i.offset + i.instruction.getSize(i.offset*2)/2);
assert nextInstruction != null; assert nextInstruction != null;
if (nextInstruction.instruction.opcode == Opcode.MOVE_RESULT_OBJECT) { if (nextInstruction.instruction.opcode == Opcode.MOVE_RESULT_OBJECT) {