Fixed stylo.

This commit is contained in:
likewise 2003-04-04 08:14:04 +00:00
parent e36394e6cc
commit 2e233cb35b

View File

@ -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? */