mirror of
https://github.com/revanced/smali.git
synced 2025-05-18 06:57:06 +02:00
whitespace change
git-svn-id: https://smali.googlecode.com/svn/trunk@545 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
be2472d6d7
commit
1c6b6d7591
@ -266,7 +266,6 @@ public class DeodexUtil {
|
||||
i.fixedInstruction = new Instruction35msf(opcode, (Instruction35ms)i.instruction,
|
||||
inlineMethod.getMethodIdItem());
|
||||
|
||||
|
||||
insn nextInstruction = i.getInstructionAtOffset(i.offset + i.instruction.getSize(i.offset*2)/2);
|
||||
assert nextInstruction != null;
|
||||
if (nextInstruction.instruction.opcode == Opcode.MOVE_RESULT_OBJECT) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user