From: Vincent Pit Date: Fri, 30 Mar 2012 22:20:26 +0000 (+0200) Subject: No trailing whitespace X-Git-Tag: v0.02~9 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Hooks.git;a=commitdiff_plain;h=303060616fe3ecc18280f0c217e1b3c102a6cf08 No trailing whitespace --- diff --git a/Hooks.xs b/Hooks.xs index 0c9510a..ef0c508 100644 --- a/Hooks.xs +++ b/Hooks.xs @@ -200,12 +200,12 @@ reh_re_compile(pTHX_ SV * const pattern, U32 flags) return RX; } -const struct regexp_engine reh_regexp_engine = { - reh_re_compile, - reh_regexec, - reh_re_intuit_start, - reh_re_intuit_string, - reh_regfree, +const struct regexp_engine reh_regexp_engine = { + reh_re_compile, + reh_regexec, + reh_re_intuit_start, + reh_re_intuit_string, + reh_regfree, reh_reg_numbered_buff_fetch, reh_reg_numbered_buff_store, reh_reg_numbered_buff_length, @@ -213,7 +213,7 @@ const struct regexp_engine reh_regexp_engine = { reh_reg_named_buff_iter, reh_reg_qr_package, #if defined(USE_ITHREADS) - reh_regdupe + reh_regdupe #endif };