diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-05-08 20:05:11 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-05-08 20:28:09 +0800 |
commit | 58ef54715147561c2b8d458dd75c44223c46ac10 (patch) | |
tree | 56fff6b4e7f64b2a62641e065e465bbac4f6bfcc /libemail-engine | |
parent | 0ccccead12fae581ea9be349154928c1215896d5 (diff) | |
download | gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar.gz gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar.bz2 gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar.lz gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar.xz gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar.zst gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.zip |
Coding style and whitespace cleanup.
Diffstat (limited to 'libemail-engine')
-rw-r--r-- | libemail-engine/e-mail-utils.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/libemail-engine/e-mail-utils.c b/libemail-engine/e-mail-utils.c index c6aff21595..83f90fe4f8 100644 --- a/libemail-engine/e-mail-utils.c +++ b/libemail-engine/e-mail-utils.c @@ -485,11 +485,11 @@ mail_account_in_recipients (ESourceRegistry *registry, ESource * em_utils_guess_mail_account_with_recipients_and_sort (ESourceRegistry *registry, - CamelMimeMessage *message, - CamelFolder *folder, - const gchar *message_uid, - EMailUtilsSourtSourcesFunc sort_func, - gpointer sort_func_data) + CamelMimeMessage *message, + CamelFolder *folder, + const gchar *message_uid, + EMailUtilsSourtSourcesFunc sort_func, + gpointer sort_func_data) { ESource *source = NULL; GHashTable *recipients; @@ -583,11 +583,11 @@ exit: ESource * em_utils_guess_mail_identity_with_recipients_and_sort (ESourceRegistry *registry, - CamelMimeMessage *message, - CamelFolder *folder, - const gchar *message_uid, - EMailUtilsSourtSourcesFunc sort_func, - gpointer sort_func_data) + CamelMimeMessage *message, + CamelFolder *folder, + const gchar *message_uid, + EMailUtilsSourtSourcesFunc sort_func, + gpointer sort_func_data) { ESource *source; ESourceExtension *extension; |