mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- Fix whitespace
This commit is contained in:
parent
928da71046
commit
a9655b77ab
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ ZEND_API void zend_llist_apply_with_del(zend_llist *l, int (*func)(void *data))
|
|||
if (l->dtor) {
|
||||
l->dtor(element->data);
|
||||
pefree(element, l->persistent);
|
||||
}
|
||||
}
|
||||
}
|
||||
element = next;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue