sandbox / NetworkSocketAPI

Dependencies:   DnsQuery

Fork of NetworkSocketAPI by Christopher Haster

Revision:
14:7ca9776b9cc0
Parent:
10:97d166c4a193
Child:
15:94e2cf3a06be
--- a/UDPSocket.cpp	Tue Apr 05 15:30:26 2016 -0500
+++ b/UDPSocket.cpp	Tue Apr 05 23:39:54 2016 +0000
@@ -25,7 +25,7 @@
 int UDPSocket::bind(uint16_t port)
 {
     if (!_socket) {
-        return NSAPI_ERROR_NO_SOCKET;   
+        return NSAPI_ERROR_NO_SOCKET;
     }
 
     return _iface->socket_bind(_socket, port);