Skip to content

Commit

Permalink
Style correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Zuckerbraun authored and Simon Zuckerbraun committed Jul 12, 2024
1 parent f8286c3 commit af1f9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/gumjs/gumv8core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4604,7 +4604,7 @@ get_gum_v8_thread_data ()
{
data = g_new0 (GumV8ThreadData, 1);
data->event_count_last_seen = 0;
g_private_set(&gum_v8_thread_data, (gpointer) data);
g_private_set (&gum_v8_thread_data, (gpointer) data);
}

return data;
Expand Down

0 comments on commit af1f9ce

Please sign in to comment.