Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmacete committed Oct 8, 2024
1 parent 3ee1101 commit eeeda5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gum/gummemory.c
Original file line number Diff line number Diff line change
Expand Up @@ -576,8 +576,8 @@ gum_match_pattern_new_from_regex (const gchar * regex_str)
GumMatchPattern * pattern;
GRegex * regex;

regex = g_regex_new (regex_str, G_REGEX_OPTIMIZE | G_REGEX_RAW, G_REGEX_MATCH_NOTEMPTY,
NULL);
regex = g_regex_new (regex_str, G_REGEX_OPTIMIZE | G_REGEX_RAW,
G_REGEX_MATCH_NOTEMPTY, NULL);
if (regex == NULL)
return NULL;

Expand Down

0 comments on commit eeeda5b

Please sign in to comment.