]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-connection-managers.h
Coding style fixes
[empathy.git] / libempathy / empathy-connection-managers.h
index 66107561472eeff98925e7561314471ec22739ce..0c4147951c24fbe1a18dd0c16b34d4bd0f073a8a 100644 (file)
@@ -39,11 +39,11 @@ struct _EmpathyConnectionManagers {
     gpointer priv;
 };
 
-GType empathy_connection_managers_get_type(void);
+GType empathy_connection_managers_get_type (void);
 
 /* TYPE MACROS */
 #define EMPATHY_TYPE_CONNECTION_MANAGERS \
-  (empathy_connection_managers_get_type())
+  (empathy_connection_managers_get_type ())
 #define EMPATHY_CONNECTION_MANAGERS(obj) \
   (G_TYPE_CHECK_INSTANCE_CAST((obj), EMPATHY_TYPE_CONNECTION_MANAGERS, \
     EmpathyConnectionManagers))