cs.c : Conform to original indentation rules
This commit is contained in:
parent
a715df17a9
commit
95657e0ca9
1
cs.c
1
cs.c
|
@ -653,6 +653,7 @@ bool cs_reg_write(csh ud, cs_insn *insn, unsigned int reg_id)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
struct cs_struct *handle = (struct cs_struct *)(uintptr_t)ud;
|
struct cs_struct *handle = (struct cs_struct *)(uintptr_t)ud;
|
||||||
|
|
||||||
if (!handle->detail) {
|
if (!handle->detail) {
|
||||||
handle->errnum = CS_ERR_DETAIL;
|
handle->errnum = CS_ERR_DETAIL;
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue