Skip to content

Commit

Permalink
Style corrections
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 aa95c69 commit 4963dfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/gumjs/gumquickcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -2723,7 +2723,7 @@ GUMJS_DEFINE_FUNCTION (gumjs_wait_for_event)
GumQuickScope scope = GUM_QUICK_SCOPE_INIT (self);
GMainContext * context;
gboolean called_from_js_thread;
GumQuickThreadData * thread_data = get_gum_quick_thread_data();
GumQuickThreadData * thread_data = get_gum_quick_thread_data ();
gboolean event_source_available;

_gum_quick_scope_perform_pending_io (self->current_scope);
Expand Down
2 changes: 1 addition & 1 deletion bindings/gumjs/gumv8core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ static gboolean gum_v8_value_to_ffi_type (GumV8Core * core,
static gboolean gum_v8_value_from_ffi_type (GumV8Core * core,
Local<Value> * svalue, const GumFFIValue * value, const ffi_type * type);

static GumV8ThreadData * get_gum_v8_thread_data();
static GumV8ThreadData * get_gum_v8_thread_data ();

static const GumV8Function gumjs_global_functions[] =
{
Expand Down

0 comments on commit 4963dfb

Please sign in to comment.