Skip to content

Commit 5b9a26d

Browse files
author
Derick Rethans
committed
- Whitespace
1 parent b3a1998 commit 5b9a26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/domxml/php_domxml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2531,7 +2531,7 @@ PHP_FUNCTION(domxml_node_replace_child)
25312531
/* if the child to replace is existent and the new child isn't already
25322532
* a child, then do the replacement
25332533
*/
2534-
if(foundoldchild ) {
2534+
if (foundoldchild) {
25352535
zval *rv = NULL;
25362536
xmlNodePtr node;
25372537
node = xmlReplaceNode(oldchild, newchild);

0 commit comments

Comments
 (0)