mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-27 06:14:09 +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);
|
||||
p->ref--;
|
||||
/* this pbuf is no longer referenced to? */
|
||||
if (p->ref == 0)
|
||||
{
|
||||
if (p->ref == 0) {
|
||||
/* remember next pbuf in chain for next iteration */
|
||||
q = p->next;
|
||||
/* is this a pbuf from the pool? */
|
||||
|
Loading…
Reference in New Issue
Block a user