Skip to content

Commit b7bc413

Browse files
committed
Remove random newline
1 parent fc9b58f commit b7bc413

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/dom/dom_iterators.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ static void php_dom_iterator_dtor(zend_object_iterator *iter) /* {{{ */
101101

102102
static zend_result php_dom_iterator_valid(zend_object_iterator *iter) /* {{{ */
103103
{
104-
105104
php_dom_iterator *iterator = (php_dom_iterator *)iter;
106105

107106
if (Z_TYPE(iterator->curobj) != IS_UNDEF) {

0 commit comments

Comments
 (0)