From 5b9a26da816bf37edda77bf514df79c656dc6c1b Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Wed, 28 Aug 2002 09:28:06 +0000 Subject: [PATCH] - Whitespace --- ext/domxml/php_domxml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.1