mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-09 01:21:05 +00:00
Fixed indentation
This commit is contained in:
parent
90ffe45826
commit
ad882d1ba3
@ -329,10 +329,10 @@ default:
|
||||
}
|
||||
}
|
||||
#endif
|
||||
if (u.operand[0].type==UD_OP_PTR) {
|
||||
op->jump = getval (&u.operand[0]);
|
||||
}else
|
||||
op->jump = addr + oplen + getval (&u.operand[0]);
|
||||
if (u.operand[0].type==UD_OP_PTR) {
|
||||
op->jump = getval (&u.operand[0]);
|
||||
} else
|
||||
op->jump = addr + oplen + getval (&u.operand[0]);
|
||||
}
|
||||
break;
|
||||
case UD_Ijz:
|
||||
|
Loading…
x
Reference in New Issue
Block a user