Beginnings of GSocket API, small fixes for InetAddress
[cascardo/gnio.git] / gnio / ginetsocketaddress.c
index 1771240..6b2d7b1 100644 (file)
@@ -34,7 +34,8 @@ enum {
   PROP_PORT
 };
 
-struct _GInetSocketAddressPrivate {
+struct _GInetSocketAddressPrivate
+{
   GInetAddress *address;
   guint16       port;
 };