Skip to content

Commit b7552ff

Browse files
committed
Remove trailing tabs
1 parent ee06ca8 commit b7552ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/standard/array.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1772,7 +1772,7 @@ static zend_long php_extract_ref_if_exists(zend_array *arr, zend_array *symbol_t
17721772
Z_ADDREF_P(entry);
17731773
zval_ptr_dtor(orig_var);
17741774
ZVAL_COPY_VALUE(orig_var, entry);
1775-
count++;
1775+
count++;
17761776
}
17771777
} ZEND_HASH_FOREACH_END();
17781778

@@ -1817,7 +1817,7 @@ static zend_long php_extract_if_exists(zend_array *arr, zend_array *symbol_table
18171817
ZVAL_DEREF(orig_var);
18181818
zval_ptr_dtor(orig_var);
18191819
ZVAL_COPY_VALUE(orig_var, entry);
1820-
count++;
1820+
count++;
18211821
}
18221822
} ZEND_HASH_FOREACH_END();
18231823

@@ -3462,7 +3462,7 @@ PHP_FUNCTION(array_unshift)
34623462
Z_ARRVAL_P(stack)->nNextFreeElement = new_hash.nNextFreeElement;
34633463
Z_ARRVAL_P(stack)->arData = new_hash.arData;
34643464
Z_ARRVAL_P(stack)->pDestructor = new_hash.pDestructor;
3465-
3465+
34663466
zend_hash_internal_pointer_reset(Z_ARRVAL_P(stack));
34673467

34683468
/* Clean up and return the number of elements in the stack */

0 commit comments

Comments
 (0)