]> granicus.if.org Git - php/commitdiff
- Fix whitespace
authorAndi Gutmans <andi@php.net>
Wed, 18 Oct 2000 20:17:18 +0000 (20:17 +0000)
committerAndi Gutmans <andi@php.net>
Wed, 18 Oct 2000 20:17:18 +0000 (20:17 +0000)
Zend/zend_llist.c

index 68d39282ff887f70dfa164203808b9700b1cc0c7..e0798f1a91aead068d94a095f82e349fa9cf29f3 100644 (file)
@@ -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;
        }