net/: Remove dangling space at the end of lines.

This commit is contained in:
Gregory Nutt
2017-06-28 13:32:19 -06:00
parent 98d937104e
commit f87d5a3f81
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ ifeq ($(CONFIG_NET_USRSOCK),y)
NET_CSRCS += usrsock_close.c usrsock_conn.c usrsock_bind.c usrsock_connect.c
NET_CSRCS += usrsock_dev.c
NET_CSRCS += usrsock_event.c usrsock_getsockname.c usrsock_getsockopt.c
NET_CSRCS += usrsock_poll.c usrsock_recvfrom.c usrsock_sendto.c
NET_CSRCS += usrsock_poll.c usrsock_recvfrom.c usrsock_sendto.c
NET_CSRCS += usrsock_setsockopt.c usrsock_socket.c
# Include User Socket build support