diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-08 00:22:36 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:42:10 +0800 |
commit | 578214584caa7805edca09b27e2306dc31d80fb6 (patch) | |
tree | dfa18882e01b362a721fd47bd901538bc5e3a9c4 /calendar/gui/e-meeting-store.c | |
parent | 30fe010cffa6f290170147ea9a8b617d04fab39d (diff) | |
download | gsoc2013-evolution-578214584caa7805edca09b27e2306dc31d80fb6.tar.gz gsoc2013-evolution-578214584caa7805edca09b27e2306dc31d80fb6.tar.zst gsoc2013-evolution-578214584caa7805edca09b27e2306dc31d80fb6.zip |
Whitespace and coding style cleanups.
Diffstat (limited to 'calendar/gui/e-meeting-store.c')
-rw-r--r-- | calendar/gui/e-meeting-store.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/calendar/gui/e-meeting-store.c b/calendar/gui/e-meeting-store.c index b0c658215c..c02eec9ecb 100644 --- a/calendar/gui/e-meeting-store.c +++ b/calendar/gui/e-meeting-store.c @@ -1592,7 +1592,8 @@ refresh_busy_periods (gpointer data) fbd->qdata = qdata; fbd->fb_uri = priv->fb_uri; fbd->store = store; - fbd->email = g_strdup (itip_strip_mailto (e_meeting_attendee_get_address (attendee))); + fbd->email = g_strdup (itip_strip_mailto ( + e_meeting_attendee_get_address (attendee))); /* Check the server for free busy data */ if (priv->client) { @@ -1816,7 +1817,9 @@ soup_authenticate (SoupSession *session, if (retrying && msg->reason_phrase && *msg->reason_phrase) { g_string_append (description, "\n"); - g_string_append_printf (description, _("Failure reason: %s"), msg->reason_phrase); + g_string_append_printf ( + description, _("Failure reason: %s"), + msg->reason_phrase); } password = e_passwords_ask_password ( |