From: Andi Gutmans Date: Wed, 18 Oct 2000 20:17:18 +0000 (+0000) Subject: - Fix whitespace X-Git-Tag: php-4.0.4RC3~627 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9655b77ab9276962b0b64abf21f081eed659ea1;p=php - Fix whitespace --- diff --git a/Zend/zend_llist.c b/Zend/zend_llist.c index 68d39282ff..e0798f1a91 100644 --- a/Zend/zend_llist.c +++ b/Zend/zend_llist.c @@ -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; }