]> granicus.if.org Git - php/commitdiff
WS fixes
authorChristian Stocker <chregu@php.net>
Sat, 18 May 2002 10:05:21 +0000 (10:05 +0000)
committerChristian Stocker <chregu@php.net>
Sat, 18 May 2002 10:05:21 +0000 (10:05 +0000)
ext/domxml/php_domxml.c

index 6ca9d6903a1825515ba713f78e8ef03b8d16786a..f62099068d018889c87133693edede4043c25fbe 100644 (file)
@@ -505,13 +505,13 @@ static inline void node_wrapper_dtor(xmlNodePtr node)
                return;
 
        wrapper = dom_object_get_data(node);
-       
+
        if (wrapper != NULL) {
                refcount = wrapper->refcount;
                zval_ptr_dtor(&wrapper);
-        /*only set it to null, if refcount was 1 before, otherwise it has still needed references */
+               /*only set it to null, if refcount was 1 before, otherwise it has still needed references */
                if (refcount == 1) {
-                       dom_object_set_data(node, NULL);        
+                       dom_object_set_data(node, NULL);
                }
        }