]> git.tdb.fi Git - libs/net.git/blobdiff - source/net/socket.cpp
Minor cleanup
[libs/net.git] / source / net / socket.cpp
index 1a5898b694e9a8ea7179ad286457ead78871da64..031d077c44dcc194a095455d06dde3def3a62ccd 100644 (file)
@@ -111,7 +111,6 @@ const IO::Handle &Socket::get_event_handle()
        return priv->event;
 }
 
-
 void Socket::bind(const SockAddr &addr)
 {
        SockAddr::SysAddr sa = addr.to_sys();