]> granicus.if.org Git - php/commitdiff
- Whitespace
authorDerick Rethans <derick@php.net>
Wed, 28 Aug 2002 09:28:06 +0000 (09:28 +0000)
committerDerick Rethans <derick@php.net>
Wed, 28 Aug 2002 09:28:06 +0000 (09:28 +0000)
ext/domxml/php_domxml.c

index 9ea18fd3bdb2877f951ae89f800718c3a3c3fbbf..5129825743ebbf7c970ac3380f3568f5a960e55b 100644 (file)
@@ -2531,7 +2531,7 @@ PHP_FUNCTION(domxml_node_replace_child)
        /* if the child to replace is existent and the new child isn't already
         * a child, then do the replacement
         */
-       if(foundoldchild ) {
+       if (foundoldchild) {
                zval *rv = NULL;
                xmlNodePtr node;
                node = xmlReplaceNode(oldchild, newchild);