From 9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 14 Nov 2007 22:04:21 +0000 Subject: ** Remove trailing whitespace from source code. 2007-11-14 Matthew Barnes ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537 --- plugins/mailing-list-actions/mailing-list-actions.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'plugins/mailing-list-actions/mailing-list-actions.c') diff --git a/plugins/mailing-list-actions/mailing-list-actions.c b/plugins/mailing-list-actions/mailing-list-actions.c index f8ae698a80..f872a0e983 100644 --- a/plugins/mailing-list-actions/mailing-list-actions.c +++ b/plugins/mailing-list-actions/mailing-list-actions.c @@ -91,7 +91,7 @@ void emla_list_action (EPlugin *item, EMMenuTargetSelect* sel, EmlaAction action mail_get_message (sel->folder, (const char*) g_ptr_array_index (sel->uids, 0), emla_list_action_do, data, mail_thread_new); } - + void emla_list_action_do (CamelFolder *folder, const char *uid, CamelMimeMessage *msg, void *data) { emla_action_data *action_data = (emla_action_data *) data; @@ -127,7 +127,7 @@ void emla_list_action_do (CamelFolder *folder, const char *uid, CamelMimeMessage goto exit; } } - + /* parse the action value */ while (*headerpos) { /* skip whitespace */ @@ -136,7 +136,7 @@ void emla_list_action_do (CamelFolder *folder, const char *uid, CamelMimeMessage e_error_run (NULL, "org.gnome.mailing-list-actions:malformed-header", emla_action_headers[t].header, header, NULL); goto exit; } - + /* get URL portion */ url = g_strndup(headerpos, end - headerpos); @@ -163,22 +163,22 @@ void emla_list_action_do (CamelFolder *folder, const char *uid, CamelMimeMessage gnome_url_show (url, &err); if (!err) goto exit; - g_error_free (err); + g_error_free (err); } g_free (url); url = NULL; headerpos = end++; - + /* ignore everything 'till next comma */ headerpos = strchr (headerpos, ','); if (!headerpos) break; headerpos++; } - + /* if we got here, there's no valid action */ e_error_run (NULL, "org.gnome.mailing-list-actions:no-action", header, NULL); - + exit: free (action_data->uri); free (action_data); -- cgit v1.2.3