From 6fb58c99e3e197442d7af9473878d7861ac8a5ad Mon Sep 17 00:00:00 2001 From: Shmuel Zeigerman Date: Tue, 12 Dec 2023 00:58:10 +0200 Subject: [PATCH] Indentation --- plugins/luamacro/luafar/lregex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/luamacro/luafar/lregex.c b/plugins/luamacro/luafar/lregex.c index 2946c29ffd..2fabd50b5e 100644 --- a/plugins/luamacro/luafar/lregex.c +++ b/plugins/luamacro/luafar/lregex.c @@ -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 {