Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuz committed Dec 11, 2023
1 parent b6e42c2 commit 6fb58c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/luamacro/luafar/lregex.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ int _Gmatch(lua_State *L, int is_function, int is_wide)
{
Text = is_wide ? check_utf16_string(L, 1, &len) : check_utf8_string(L, 1, &len);
pat = check_regex_pattern(L, 2, 3);
fr = push_far_regex(L, RegExpControl, pat); // upvalue 1
fr = push_far_regex(L, RegExpControl, pat); // upvalue 1
}
else
{
Expand Down

0 comments on commit 6fb58c9

Please sign in to comment.