diff options
Diffstat (limited to 'libempathy/empathy-connection-managers.h')
-rw-r--r-- | libempathy/empathy-connection-managers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-connection-managers.h b/libempathy/empathy-connection-managers.h index 661075614..0c4147951 100644 --- a/libempathy/empathy-connection-managers.h +++ b/libempathy/empathy-connection-managers.h @@ -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)) |