ap

Dependencies:   DnsQuery

Dependents:   WizFi310_TCP_Echo_Server_Example

Fork of NetworkSocketAPI by NetworkSocketAPI

Branch:
api-changes
Revision:
30:3cc78f5db99d
Parent:
28:163fbe3263f4
--- a/UDPSocket.cpp	Mon Feb 22 20:58:50 2016 +0000
+++ b/UDPSocket.cpp	Mon Feb 22 21:03:38 2016 +0000
@@ -17,6 +17,7 @@
 #include "UDPSocket.h"
 
 UDPSocket::UDPSocket(NetworkInterface *iface)
-  : Socket(iface, SOCK_UDP) {
+    : Socket(iface, SOCK_UDP)
+{
 }