mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 23:29:25 +00:00
Minor fix (spaces)
This commit is contained in:
parent
c555b532a2
commit
11c94b6566
@ -611,7 +611,7 @@ lwip_socket(int domain, int type, int protocol)
|
||||
int i;
|
||||
|
||||
LWIP_UNUSED_ARG(domain);
|
||||
|
||||
|
||||
/* create a netconn */
|
||||
switch (type) {
|
||||
case SOCK_RAW:
|
||||
@ -853,7 +853,7 @@ event_callback(struct netconn *conn, enum netconn_evt evt, u16_t len)
|
||||
int s;
|
||||
struct lwip_socket *sock;
|
||||
struct lwip_select_cb *scb;
|
||||
|
||||
|
||||
LWIP_UNUSED_ARG(len);
|
||||
|
||||
/* Get socket */
|
||||
|
Loading…
Reference in New Issue
Block a user