]> granicus.if.org Git - php/commitdiff
indent
authorXinchen Hui <laruence@php.net>
Thu, 18 Oct 2012 12:13:14 +0000 (20:13 +0800)
committerXinchen Hui <laruence@php.net>
Thu, 18 Oct 2012 12:13:14 +0000 (20:13 +0800)
ext/pcre/php_pcre.c

index 736a70871a07857a47fd609923c82a66a9f883df..b1b9e66e9afc632244eb398046100d2347115c4c 100644 (file)
@@ -547,7 +547,7 @@ PHPAPI void php_pcre_match_impl(pcre_cache_entry *pce, char *subject, int subjec
 
        /* Overwrite the passed-in value for subpatterns with an empty array. */
        if (subpats != NULL) {
-        zval_dtor(subpats);
+               zval_dtor(subpats);
                array_init(subpats);
        }