Skip to content

Commit

Permalink
formatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
vanshjangir committed Oct 22, 2023
1 parent 8a31dd9 commit ee14cf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions librz/main/rizin.c
Original file line number Diff line number Diff line change
Expand Up @@ -1484,8 +1484,8 @@ RZ_API int rz_main_rizin(int argc, const char **argv) {
rz_debug_kill(r->dbg, r->dbg->pid, r->dbg->tid, 9); // KILL
}
} else if (rz_config_get_i(r->config, "dbg.exitkills") &&
rz_debug_can_kill(r->dbg) &&
rz_cons_yesno('y', "Do you want to kill the process? (Y/n)")) {
rz_debug_can_kill(r->dbg) &&
rz_cons_yesno('y', "Do you want to kill the process? (Y/n)")) {
rz_debug_kill(r->dbg, r->dbg->pid, r->dbg->tid, 9); // KILL
}
}
Expand Down

0 comments on commit ee14cf9

Please sign in to comment.