Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
s1341 committed Feb 13, 2024
1 parent 1d80c57 commit 3d042a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/core/arch-arm64/stalker-arm64.c
Original file line number Diff line number Diff line change
Expand Up @@ -548,8 +548,8 @@ TESTCASE (transformer_should_be_able_to_replace_call_with_callout)

static void
replace_call_with_callout (GumStalkerIterator * iterator,
GumStalkerOutput * output,
gpointer user_data)
GumStalkerOutput * output,
gpointer user_data)
{
const guint32 * func_start = user_data;
const cs_insn * insn;
Expand Down

0 comments on commit 3d042a5

Please sign in to comment.