More style fixes
authorMikael Hallendal <micke@imendio.com>
Tue, 14 Oct 2008 18:35:47 +0200
changeset 529 6bb284696153
parent 528 5b46873eeef8
child 530 4b34a9381345
More style fixes
loudmouth/lm-connection.c
loudmouth/lm-connection.h
--- a/loudmouth/lm-connection.c	Mon Oct 13 12:01:56 2008 +0200
+++ b/loudmouth/lm-connection.c	Tue Oct 14 18:35:47 2008 +0200
@@ -389,7 +389,7 @@
 }
 
 static void
-connection_ping_timed_out (LmFeaturePing *fp, LmConnection  *connection)
+connection_ping_timed_out (LmFeaturePing *fp, LmConnection *connection)
 {
     connection_do_close (connection);
     connection_signal_disconnect (connection,
@@ -571,9 +571,9 @@
 }
 
 typedef struct {
-    gchar        *username;
-    gchar        *password;
-    gchar        *resource;
+    gchar *username;
+    gchar *password;
+    gchar *resource;
 } AuthReqData;
 
 static void 
--- a/loudmouth/lm-connection.h	Mon Oct 13 12:01:56 2008 +0200
+++ b/loudmouth/lm-connection.h	Tue Oct 14 18:35:47 2008 +0200
@@ -140,9 +140,9 @@
  * 
  * Callback called when a connection is closed.
  */
-typedef void          (* LmDisconnectFunction) (LmConnection       *connection,
-                                                LmDisconnectReason  reason,
-                                                gpointer            user_data);
+typedef void         (* LmDisconnectFunction) (LmConnection       *connection,
+                                               LmDisconnectReason  reason,
+                                               gpointer            user_data);
 
 LmConnection *lm_connection_new               (const gchar        *server);
 LmConnection *lm_connection_new_with_context  (const gchar        *server,