From: Antony Dovgal Date: Tue, 6 Dec 2005 15:20:53 +0000 (+0000) Subject: fix CS X-Git-Tag: RELEASE_1_0~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a42b9d7a0f1a7db4a1b4dbb28f408fdba9f91596;p=php fix CS --- diff --git a/ext/filter/callback_filter.c b/ext/filter/callback_filter.c index c4a40572c9..dfeb25f08a 100644 --- a/ext/filter/callback_filter.c +++ b/ext/filter/callback_filter.c @@ -47,8 +47,7 @@ void php_filter_callback(PHP_INPUT_FILTER_PARAM_DECL) zval_dtor(value); *value = *retval_ptr; zval_copy_ctor(value); - } - else { + } else { zval_dtor(value); Z_TYPE_P(value) = IS_NULL; } diff --git a/ext/filter/filter.c b/ext/filter/filter.c index f618cd12e9..eb8a7016e1 100644 --- a/ext/filter/filter.c +++ b/ext/filter/filter.c @@ -651,8 +651,7 @@ PHP_FUNCTION(filter_data) break; } } - } - else { + } else { if (flags) { switch (Z_TYPE_P(flags)) { case IS_ARRAY: