]> git.tdb.fi Git - libs/net.git/blobdiff - source/resolve.h
Style update: spaces around assignments
[libs/net.git] / source / resolve.h
index cc957ac46f4b2658d9438a601dcdedb3a260ddbc..0afc9adb78257c5a67c640e4665d5cae29f38995 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspnet
-Copyright © 2008  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_NET_RESOLVE_H_
 #define MSP_NET_RESOLVE_H_
 
@@ -16,7 +9,7 @@ namespace Net {
 
 class SockAddr;
 
-SockAddr *resolve(const std::string &, Family =UNSPEC);
+SockAddr *resolve(const std::string &, Family = UNSPEC);
 
 } // namespace Net
 } // namespace Msp