]> granicus.if.org Git - php/commitdiff
fix CS
authorAntony Dovgal <tony2001@php.net>
Tue, 6 Dec 2005 15:20:53 +0000 (15:20 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 6 Dec 2005 15:20:53 +0000 (15:20 +0000)
ext/filter/callback_filter.c
ext/filter/filter.c

index c4a40572c9f079c9939a09af49cd62f7259d6a9a..dfeb25f08a3a62480b5508b5b300c94cbad5b57f 100644 (file)
@@ -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;
        }
index f618cd12e90216f7b36e2ccbdf5718da030defd0..eb8a7016e19919b85ef420df6fc60a515bfabf74 100644 (file)
@@ -651,8 +651,7 @@ PHP_FUNCTION(filter_data)
                                        break;
                        }
                }
-       }
-       else {
+       } else {
                if (flags) {
                        switch (Z_TYPE_P(flags)) {
                                case IS_ARRAY: