From 23f5773903d64a554d977ae7d0ebbaca73528f1f Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 30 Nov 2011 20:53:20 -0600 Subject: Coding style and whitespace cleanup. --- plugins/publish-calendar/publish-format-fb.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'plugins/publish-calendar/publish-format-fb.c') diff --git a/plugins/publish-calendar/publish-format-fb.c b/plugins/publish-calendar/publish-format-fb.c index b5895ae4c0..7b9e3e1660 100644 --- a/plugins/publish-calendar/publish-format-fb.c +++ b/plugins/publish-calendar/publish-format-fb.c @@ -95,7 +95,9 @@ write_calendar (const gchar *uid, return FALSE; } - g_signal_connect (client, "authenticate", G_CALLBACK (e_client_utils_authenticate_handler), NULL); + g_signal_connect ( + client, "authenticate", + G_CALLBACK (e_client_utils_authenticate_handler), NULL); if (!e_client_open_sync (E_CLIENT (client), TRUE, NULL, error)) { g_object_unref (client); @@ -109,7 +111,9 @@ write_calendar (const gchar *uid, top_level = e_cal_util_new_top_level (); - g_signal_connect (client, "free-busy-data", G_CALLBACK (free_busy_data_cb), &objects); + g_signal_connect ( + client, "free-busy-data", + G_CALLBACK (free_busy_data_cb), &objects); if (e_cal_client_get_free_busy_sync (client, start, end, users, NULL, error)) { gchar *ical_string; -- cgit v1.2.3