summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcre/php_pcre.c')
-rw-r--r--ext/pcre/php_pcre.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c
index 9b8830a42c..5b838ec055 100644
--- a/ext/pcre/php_pcre.c
+++ b/ext/pcre/php_pcre.c
@@ -568,7 +568,7 @@ static int _preg_do_eval(char *eval_str, char *subject, int *offsets,
walk++;
}
}
-
+
/* Run the code */
zend_eval_string(code, &retval CLS_CC ELS_CC);
convert_to_string(&retval);