Starting on TcpClient, some formatting fixes
[cascardo/gnio.git] / gnio / ginetaddress.c
index fbf8c67..3890727 100644 (file)
@@ -52,7 +52,10 @@ enum
 };
 
 static void
-g_inet_address_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec)
+g_inet_address_get_property (GObject    *object,
+                             guint       prop_id,
+                             GValue     *value,
+                             GParamSpec *pspec)
 {
   GInetAddress *address = G_INET_ADDRESS (object);
 
@@ -76,7 +79,10 @@ g_inet_address_get_property (GObject *object, guint prop_id, GValue *value, GPar
 }
 
 static void
-g_inet_address_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *pspec)
+g_inet_address_set_property (GObject      *object,
+                             guint         prop_id,
+                             const GValue *value,
+                             GParamSpec   *pspec)
 {
   GInetAddress *address G_GNUC_UNUSED = G_INET_ADDRESS (object);