aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/addressbook-file/addressbook-file.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/addressbook-file/addressbook-file.c')
-rw-r--r--plugins/addressbook-file/addressbook-file.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/addressbook-file/addressbook-file.c b/plugins/addressbook-file/addressbook-file.c
index 6c8922788e..37ed087c01 100644
--- a/plugins/addressbook-file/addressbook-file.c
+++ b/plugins/addressbook-file/addressbook-file.c
@@ -32,7 +32,8 @@
gint e_plugin_lib_enable (EPlugin *ep, gint enable);
gint
-e_plugin_lib_enable (EPlugin *ep, gint enable)
+e_plugin_lib_enable (EPlugin *ep,
+ gint enable)
{
return 0;
}
@@ -40,7 +41,8 @@ e_plugin_lib_enable (EPlugin *ep, gint enable)
GtkWidget *e_book_file_dummy (EPlugin *epl, EConfigHookItemFactoryData *data);
GtkWidget *
-e_book_file_dummy (EPlugin *epl, EConfigHookItemFactoryData *data)
+e_book_file_dummy (EPlugin *epl,
+ EConfigHookItemFactoryData *data)
{
EABConfigTargetSource *t = (EABConfigTargetSource *) data->target;
ESource *source = t->source;