Skip to content

Commit

Permalink
add newline to check
Browse files Browse the repository at this point in the history
  • Loading branch information
mineo333 committed Feb 25, 2024
1 parent dc798d1 commit cc2223d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gum/backend-arm/gumstalker-arm.c
Original file line number Diff line number Diff line change
Expand Up @@ -5168,7 +5168,8 @@ gum_exec_block_write_thumb_handle_excluded (GumExecBlock * block,

if (target->type == GUM_TARGET_DIRECT_ADDRESS)
{
if (!check (block->ctx, target->value.direct_address.address)){
if (!check (block->ctx, target->value.direct_address.address))
{
return;
}
}
Expand Down

0 comments on commit cc2223d

Please sign in to comment.