From a42b9d7a0f1a7db4a1b4dbb28f408fdba9f91596 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 6 Dec 2005 15:20:53 +0000 Subject: [PATCH] fix CS --- ext/filter/callback_filter.c | 3 +-- ext/filter/filter.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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: -- 2.50.1