aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-account-settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-account-settings.h')
-rw-r--r--libempathy/empathy-account-settings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-account-settings.h b/libempathy/empathy-account-settings.h
index c0f21a31c..d9231a50a 100644
--- a/libempathy/empathy-account-settings.h
+++ b/libempathy/empathy-account-settings.h
@@ -41,11 +41,11 @@ struct _EmpathyAccountSettings {
gpointer priv;
};
-GType empathy_account_settings_get_type(void);
+GType empathy_account_settings_get_type (void);
/* TYPE MACROS */
#define EMPATHY_TYPE_ACCOUNT_SETTINGS \
- (empathy_account_settings_get_type())
+ (empathy_account_settings_get_type ())
#define EMPATHY_ACCOUNT_SETTINGS(obj) \
(G_TYPE_CHECK_INSTANCE_CAST((obj), \
EMPATHY_TYPE_ACCOUNT_SETTINGS, EmpathyAccountSettings))