minor: whitespace cleanups

This commit is contained in:
goldsimon
2016-08-19 09:40:55 +02:00
parent 9725a496b5
commit 14fb48cd7a
44 changed files with 136 additions and 141 deletions

View File

@@ -1086,7 +1086,7 @@ lwip_sendmsg(int s, const struct msghdr *msg, int flags)
} else {
pbuf_cat(chain_buf->p, p);
}
}
}
/* save size of total chain */
if (err == ERR_OK) {
size = netbuf_len(chain_buf);