From: Derick Rethans Date: Wed, 28 Aug 2002 09:28:06 +0000 (+0000) Subject: - Whitespace X-Git-Tag: RELEASE_0_91~202 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b9a26da816bf37edda77bf514df79c656dc6c1b;p=php - Whitespace --- diff --git a/ext/domxml/php_domxml.c b/ext/domxml/php_domxml.c index 9ea18fd3bd..5129825743 100644 --- a/ext/domxml/php_domxml.c +++ b/ext/domxml/php_domxml.c @@ -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);