]> granicus.if.org Git - php/commitdiff
Fix my own ws errors.
authorJoey Smith <joey@php.net>
Tue, 14 Aug 2001 07:44:21 +0000 (07:44 +0000)
committerJoey Smith <joey@php.net>
Tue, 14 Aug 2001 07:44:21 +0000 (07:44 +0000)
ext/domxml/php_domxml.c

index f95f69bf555021fc5a7c883f069f7b189587bc9e..96fa1b4ba754541f7da01a14adb62c9dbd61bf9b 100644 (file)
@@ -588,9 +588,9 @@ static zval *php_xpathcontext_new(xmlXPathContextPtr obj, int *found TSRMLS_DC)
        zval *wrapper;
        int rsrc_type;
 
-    if (! found) {
-        *found = 0;
-    }
+       if (! found) {
+           *found = 0;
+       }
 
        if (!obj) {
                MAKE_STD_ZVAL(wrapper);
@@ -666,9 +666,9 @@ static zval *php_domobject_new(xmlNodePtr obj, int *found TSRMLS_DC)
        char *content;
        int rsrc_type;
 
-    if (! found) {
-        *found = 0;
-    }
+       if (! found) {
+           *found = 0;
+       }
 
        if (!obj) {
                MAKE_STD_ZVAL(wrapper);