]> git.vpit.fr Git - perl/modules/re-engine-Hooks.git/commitdiff
No trailing whitespace
authorVincent Pit <vince@profvince.com>
Fri, 30 Mar 2012 22:20:26 +0000 (00:20 +0200)
committerVincent Pit <vince@profvince.com>
Fri, 30 Mar 2012 22:20:26 +0000 (00:20 +0200)
Hooks.xs

index 0c9510a4c05d3895a5bf7f04afde9e0c2cc3d9e0..ef0c5082bdecc69867f59c85ad19932c0158edc9 100644 (file)
--- 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
 };