minor whitespace change only

This commit is contained in:
goldsimon 2016-03-24 07:15:27 +01:00
parent cab341976e
commit 0b4bc5ea31

View File

@ -533,7 +533,7 @@ static err_t
lwiperf_tcp_accept(void *arg, struct tcp_pcb *newpcb, err_t err)
{
lwiperf_state_tcp_t *s, *conn;
if ((err != ERR_OK) || (newpcb == NULL) || (arg == NULL)) {
if ((err != ERR_OK) || (newpcb == NULL) || (arg == NULL)) {
return ERR_VAL;
}