diff options
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-call-factory.h | 2 | ||||
-rw-r--r-- | libempathy/empathy-call-handler.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-call-factory.h b/libempathy/empathy-call-factory.h index 28b3f0c3e..181a51496 100644 --- a/libempathy/empathy-call-factory.h +++ b/libempathy/empathy-call-factory.h @@ -39,7 +39,7 @@ struct _EmpathyCallFactory { GObject parent; }; -GType empathy_call_factory_get_type(void); +GType empathy_call_factory_get_type (void); /* TYPE MACROS */ #define EMPATHY_TYPE_CALL_FACTORY \ diff --git a/libempathy/empathy-call-handler.h b/libempathy/empathy-call-handler.h index 00243b696..1986b8b87 100644 --- a/libempathy/empathy-call-handler.h +++ b/libempathy/empathy-call-handler.h @@ -41,7 +41,7 @@ struct _EmpathyCallHandler { GObject parent; }; -GType empathy_call_handler_get_type(void); +GType empathy_call_handler_get_type (void); /* TYPE MACROS */ #define EMPATHY_TYPE_CALL_HANDLER \ |