]> git.tdb.fi Git - libs/net.git/blobdiff - source/resolve.h
Style update: spaces around assignments
[libs/net.git] / source / resolve.h
index 47319699010aca10b95c75813cec1bbc93438b34..0afc9adb78257c5a67c640e4665d5cae29f38995 100644 (file)
@@ -9,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