]> git.tdb.fi Git - libs/net.git/blobdiff - source/datagramsocket.h
Style update: spaces around assignments
[libs/net.git] / source / datagramsocket.h
index 8c08a5d090b69190ef19f18a3970af762646ae6e..3903a6afa8e65ace8e7cdf15ba904c61082278fb 100644 (file)
@@ -9,7 +9,8 @@ namespace Net {
 class DatagramSocket: public Socket
 {
 public:
-       DatagramSocket(Family, int =0);
+       DatagramSocket(Family, int = 0);
+
        int connect(const SockAddr &);
        unsigned sendto(const char *, unsigned, const SockAddr &);
        unsigned recvfrom(char *, unsigned, SockAddr *&);