Skip to content

Commit a9655b7

Browse files
author
Andi Gutmans
committed
- Fix whitespace
1 parent 928da71 commit a9655b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_llist.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ ZEND_API void zend_llist_apply_with_del(zend_llist *l, int (*func)(void *data))
150150
if (l->dtor) {
151151
l->dtor(element->data);
152152
pefree(element, l->persistent);
153-
}
153+
}
154154
}
155155
element = next;
156156
}

0 commit comments

Comments
 (0)