Skip to content

Commit 06da40f

Browse files
committed
style: fixed one line's indentation.
1 parent 31a8043 commit 06da40f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ngx_http_lua_regex.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1603,8 +1603,8 @@ ngx_http_lua_ngx_re_sub_helper(lua_State *L, unsigned global)
16031603

16041604
#else /* LUA_HAVE_PCRE_DFA */
16051605

1606-
msg = "at least pcre 6.0 is required for the DFA mode";
1607-
goto error;
1606+
msg = "at least pcre 6.0 is required for the DFA mode";
1607+
goto error;
16081608

16091609
#endif /* LUA_HAVE_PCRE_DFA */
16101610

0 commit comments

Comments
 (0)