diff options
author | Derick Rethans <derick@php.net> | 2002-08-28 09:28:06 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2002-08-28 09:28:06 +0000 |
commit | 5b9a26da816bf37edda77bf514df79c656dc6c1b (patch) | |
tree | 0189e4c5a3ea2b54997be3556253a879eb0620fd /ext/domxml/php_domxml.c | |
parent | b3a19983862d0040d434a056cf69dc2be65756a9 (diff) | |
download | php-git-5b9a26da816bf37edda77bf514df79c656dc6c1b.tar.gz |
- Whitespace
Diffstat (limited to 'ext/domxml/php_domxml.c')
-rw-r--r-- | ext/domxml/php_domxml.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |