cs.c : Conform to original indentation rules

This commit is contained in:
Giovanni Condello 2014-05-07 17:31:27 +02:00
parent a715df17a9
commit 95657e0ca9
1 changed files with 41 additions and 40 deletions

1
cs.c
View File

@ -653,6 +653,7 @@ bool cs_reg_write(csh ud, cs_insn *insn, unsigned int reg_id)
return false;
struct cs_struct *handle = (struct cs_struct *)(uintptr_t)ud;
if (!handle->detail) {
handle->errnum = CS_ERR_DETAIL;
return false;