mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-28 00:15:16 +00:00
Fixed stylo.
This commit is contained in:
parent
e36394e6cc
commit
2e233cb35b
@ -613,8 +613,7 @@ pbuf_free(struct pbuf *p)
|
|||||||
LWIP_ASSERT("pbuf_free: p->ref > 0", p->ref > 0);
|
LWIP_ASSERT("pbuf_free: p->ref > 0", p->ref > 0);
|
||||||
p->ref--;
|
p->ref--;
|
||||||
/* this pbuf is no longer referenced to? */
|
/* this pbuf is no longer referenced to? */
|
||||||
if (p->ref == 0)
|
if (p->ref == 0) {
|
||||||
{
|
|
||||||
/* remember next pbuf in chain for next iteration */
|
/* remember next pbuf in chain for next iteration */
|
||||||
q = p->next;
|
q = p->next;
|
||||||
/* is this a pbuf from the pool? */
|
/* is this a pbuf from the pool? */
|
||||||
|
Loading…
Reference in New Issue
Block a user