indentation
This commit is contained in:
parent
0440c6708f
commit
f752e9905a
|
@ -462,7 +462,7 @@ public class Capstone {
|
|||
NativeLong c = cs.cs_disasm(ns.csh, code, new NativeLong(code.length), address, new NativeLong(count), insnRef);
|
||||
|
||||
if (0 == c.intValue()) {
|
||||
return null;
|
||||
return null;
|
||||
}
|
||||
|
||||
Pointer p = insnRef.getValue();
|
||||
|
|
Loading…
Reference in New Issue