Skip to content

Commit 0c9cd40

Browse files
committed
Whitespace fixup.
1 parent 9d7600b commit 0c9cd40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

maxq10xx/wolfssl-lwip-client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ void mxc_wolfssl_close(int sockfd, WOLFSSL* ssl)
312312

313313
if (sockfd >= 0)
314314
lwip_close(sockfd);
315-
while(lwip_read(sockfd,lBuff, SOCKET_BUF_SIZE) > 0);
315+
while(lwip_read(sockfd, lBuff, SOCKET_BUF_SIZE) > 0);
316316
}
317317

318318
#endif /* !NO_SYS */

0 commit comments

Comments
 (0)