Minor fix (indent)

This commit is contained in:
fbernon
2007-07-03 21:27:59 +00:00
parent eb875de67e
commit bf176ed712
2 changed files with 3 additions and 3 deletions

View File

@@ -184,7 +184,7 @@ pbuf_alloc(pbuf_layer l, u16_t length, pbuf_flag flag)
rem_len = length - p->len;
/* any remaining pbufs to be allocated? */
while (rem_len > 0) {
q = memp_malloc(MEMP_PBUF_POOL);
q = memp_malloc(MEMP_PBUF_POOL);
if (q == NULL) {
/* free chain so far allocated */
pbuf_free(p);